Skip to content

Commit

Permalink
ci: tweak release-prepare
Browse files Browse the repository at this point in the history
Signed-off-by: AtomicFS <[email protected]>
  • Loading branch information
AtomicFS committed Jan 21, 2025
1 parent 96ccce3 commit 5e04587
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release-prepare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ jobs:
cargo install --locked cocogitto
- name: Update changelog
run: |
cog changelog > CHANGELOG.md
cog bump --auto --disable-bump-commit
# cog bump will create a new tag, but I hope it does not get pushed in along with the new PR branch

- name: Create pull request
id: create_pr
Expand Down

0 comments on commit 5e04587

Please sign in to comment.