feat(cli): add --tag-format argument to changelog command#1414
feat(cli): add --tag-format argument to changelog command#1414Lee-W merged 1 commit intocommitizen-tools:masterfrom
Conversation
Changelog command already checks "tag_format" argument but cli support was missing.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1414 +/- ##
==========================================
+ Coverage 97.33% 97.57% +0.23%
==========================================
Files 42 57 +15
Lines 2104 2680 +576
==========================================
+ Hits 2048 2615 +567
- Misses 56 65 +9
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
noirbizarre
left a comment
There was a problem hiding this comment.
I checked and the changelog command is actually already handling it but it was missing 👍🏼
Thanks !
|
let's wait for other doc changes and then merge this one |
If you're referring to #1404, there is no dependencies. It's ok if you merge this one first. |
|
it's not strickly blocking, wanted to get it released with docs but yep won't really hurt if we merge it first. let's do it 💪 |
Description
This PR adds missing "--tag-format" argument to
cz changelogcommand, similar tocz bumpcommand.The changelog command implementation already checks "tag_format" argument but cli support was just missing.
Checklist
poetry alllocally to ensure this change passes linter check and testExpected behavior
Tag format can be given as argument to
cz changelogcommand. The changelog command already checks "tag_format" argument:commitizen/commitizen/commands/changelog.py
Line 85 in be02801
Steps to Test This Pull Request
Additional context