diff --git a/.github/workflows/release-prepare.yml b/.github/workflows/release-prepare.yml index 416ed7bf..6757e56f 100644 --- a/.github/workflows/release-prepare.yml +++ b/.github/workflows/release-prepare.yml @@ -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