Skip to content

Commit

Permalink
build(pyproject.toml): Fix steps for changelog generation
Browse files Browse the repository at this point in the history
  • Loading branch information
yeisonvargasf committed Oct 23, 2023
1 parent b9c1957 commit cd74adc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions hatch.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,10 @@ cov = [
"cov-report",
]
bump = "cz bump --check-consistency --yes && cz changelog --merge-prerelease"
beta-bump = "cz bump -pr beta --check-consistency --changelog --yes"
beta-bump = "cz bump -pr beta --check-consistency --yes && cz changelog --merge-prerelease"
dev-bump = "cz bump --devrelease {args} --check-consistency --yes"
local-bump = "cz bump {args} --changelog --files-only --yes"


[envs.test]
features = [
"all"
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,6 @@ name = "cz_conventional_commits"
tag_format = "$version"
version_scheme = "pep440"
version_provider = "pep621"
update_changelog_on_bump = true
update_changelog_on_bump = false
annotated_tag = true
changelog_incremental = true
changelog_incremental = false

0 comments on commit cd74adc

Please sign in to comment.