Produce changelog with cz bump --dry-run --changelog-to-stdout
#538
Labels
cz bump --dry-run --changelog-to-stdout
#538
Uh oh!
There was an error while loading. Please reload this page.
Description
I'm using the commitizen pre-commit hook paired with renovate for automated dependency updates.
I'd like to test the commitizen functionality before merging the upgrade PR. One thing I'd like to see is if the changelog is being generated correctly.
Issue:
pairing the
--dry-run
arg with--changelog-to-stdout
does not produce the changelogSteps to reproduce
git checkout 1.0.0
git reset --soft 1.1.0
cz bump --changelog-to-stdout --dry-run
not sure if this matters, but
changelog_incremental = true
Current behavior
Desired behavior
Screenshots
No response
Environment
The text was updated successfully, but these errors were encountered: