Skip to content

Commit

Permalink
build: don't create changelog on bump
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzwalthert committed Mar 21, 2024
1 parent 10ef685 commit 6b48f08
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,23 @@


[tool.commitizen]
update_changelog_on_bump = true
name = "cz_conventional_commits"
tag_format = "$version"
version_scheme = "pep440"
version_provider = "poetry"
update_changelog_on_bump = false
version = "1.0.3"
version_files = [
"pyproject.toml"
]
changelog_incremental = true
changelog_start_rev = "1179d2ca8ba8f989b93f24443acc118d55de3b4c"






[tool.poetry]
name = "pep-pre-commit-hooks"
version = "1.0.3"
Expand Down

0 comments on commit 6b48f08

Please sign in to comment.