We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6940241 commit 5fec1d4Copy full SHA for 5fec1d4
.github/workflows/bumpversion.yml
@@ -32,7 +32,7 @@ jobs:
32
git pull origin master --tags
33
- name: Create bump
34
run: |
35
- cz bump --yes
+ cz bump --yes --changelog
36
git tag
37
- name: Push changes
38
uses: Woile/github-push-action@master
0 commit comments