Skip to content

Commit

Permalink
build: update cargo-release version
Browse files Browse the repository at this point in the history
Signed-off-by: Reuben Miller <[email protected]>
  • Loading branch information
reubenmiller committed Mar 27, 2023
1 parent 4e8fea5 commit dcb64c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/hosted-post-merge_version_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: install
args: --version 0.21.0 cargo-release
args: --version 0.24.4 cargo-release

- name: Increment version and tag
uses: actions-rs/cargo@v1
with:
command: release
args: patch --no-publish --no-push --no-tag -vv --no-dev-version --no-confirm --execute
args: patch --no-publish --no-push --no-tag -vv --no-confirm --execute

- name: Create Pull Request
uses: peter-evans/create-pull-request@v4
Expand Down
1 change: 0 additions & 1 deletion release.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
consolidate-commits = true
publish = false
dev-version = false
tag-name = "{{prefix}}{{version}}"

pre-release-commit-message = "(cargo release) bump version"

0 comments on commit dcb64c4

Please sign in to comment.