Skip to content

Commit 0895592

Browse files
ci: configure changelog updates on bump
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
1 parent c391d9d commit 0895592

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/bumpversion.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- id: bump-version
4040
run: |
4141
old_sha="$(git rev-parse HEAD)"
42-
cz --no-raise 21 bump --yes --changelog
42+
cz --no-raise 21 bump --yes
4343
4444
if [ "$(git rev-parse HEAD)" = "$old_sha" ]; then
4545
echo "No bump-eligible commits found, skipping release."

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ version_files = [
146146
version_provider = "uv"
147147
version_scheme = "pep440"
148148
annotated_tag = true
149+
update_changelog_on_bump = true
149150
changelog_incremental = true
150151

151152
[tool.uv.build-backend]

0 commit comments

Comments
 (0)