{{ message }}
make tag creation optional #730
Answered
by
woile
TheKangaroo
asked this question in
Q&A
Replies: 4 comments 1 reply
|
This workflow would work better for my team as well |
0 replies
|
I have to admit, we switched to release-it with conventional-changelog and bumper plugin for our release workflow, which made our workflow work without any hacks. |
0 replies
|
That's great @TheKangaroo ! Glad to hear you found a solution! For reference in commitizen you could do: cz bump --files-only --yes --changelog
git commit -am "bump: release $(cz version --project)"And later on to create the tag: Commitizen works well with git, and where commitizen is available you know Maybe we could add this as a tutorial? 🤔 |
1 reply
Answer selected by
woile
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

That's great @TheKangaroo ! Glad to hear you found a solution!
For reference in commitizen you could do:
cz bump --files-only --yes --changelog git commit -am "bump: release $(cz version --project)"And later on to create the tag:
Commitizen works well with git, and where commitizen is available you know
gitwill be available, this gives you a lot of flexibility.Maybe we could add this as a tutorial? 🤔