Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/prepare-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,17 @@ jobs:
- name: Install git-cliff
uses: taiki-e/install-action@v2
with:
tool: git-cliff@2.10.1
tool: git-cliff@2.12.0
Comment thread
coderabbitai[bot] marked this conversation as resolved.

- name: Install cargo-workspaces
uses: taiki-e/install-action@v2
with:
tool: cargo-workspaces@0.4.1
tool: cargo-workspaces@0.4.2

- name: Install cargo-semver-checks
uses: taiki-e/install-action@v2
with:
tool: cargo-semver-checks@0.44.0
tool: cargo-semver-checks@0.46.0

# For testing a new version of the holochain_release_util, you can uncomment the following lines:
# The next step will have to be commented out to avoid replacing this version.
Expand All @@ -53,7 +53,7 @@ jobs:
- name: Install holochain_release_util
uses: taiki-e/install-action@v2
with:
tool: holochain_release_util@0.1.3
tool: holochain_release_util@0.1.4

- name: Prepare release
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Install cargo-workspaces
uses: taiki-e/install-action@v2
with:
tool: cargo-workspaces@0.4.1
tool: cargo-workspaces@0.4.2
Comment thread
coderabbitai[bot] marked this conversation as resolved.

# For testing a new version of the holochain_release_util, you can uncomment the following lines:
# The next step will have to be commented out to avoid replacing this version.
Expand All @@ -29,7 +29,7 @@ jobs:
- name: Install holochain_release_util
uses: taiki-e/install-action@v2
with:
tool: holochain_release_util@0.1.3
tool: holochain_release_util@0.1.4

# Note that if the HEAD commit did not come from a PR that was labeled with `hra-release`, this will be a no-op.
- name: Publish release
Expand Down