From 5e045870f6dcab0ee8201aa7e8ad1e1c59662ad1 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..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