From e5a4ffe3e64e895bc6be0b98663ac2e68f967763 Mon Sep 17 00:00:00 2001 From: AtomicFS Date: Tue, 21 Jan 2025 15:27:30 +0100 Subject: [PATCH] ci: tweak release-prepare Signed-off-by: AtomicFS --- .github/workflows/release-prepare.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release-prepare.yml b/.github/workflows/release-prepare.yml index 416ed7bf..5247b36d 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 it does not get pushed in along with the new PR branch - name: Create pull request id: create_pr