Skip to content

Commit 194923d

Browse files
ci: pass --no-incremental to release changelog dry-run
Complements the previous commit: now that the changelog command respects an explicit --no-incremental override, update the release workflow's one-off dry-run step to use it, fixing the actual pipeline failure. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent d9b0c28 commit 194923d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/bumpversion.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
env:
5959
NEW_VERSION: ${{ steps.bump-version.outputs.new_version }}
6060
run: |
61-
cz changelog --dry-run "${NEW_VERSION}" > .changelog.md
61+
cz changelog --no-incremental --dry-run "${NEW_VERSION}" > .changelog.md
6262
- name: Release
6363
if: steps.bump-version.outputs.bumped == 'true'
6464
env:

0 commit comments

Comments
 (0)