Skip to content

Commit 5fec1d4

Browse files
committed
ci(bumpversion): generate changelog along with the version
1 parent 6940241 commit 5fec1d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/bumpversion.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
git pull origin master --tags
3333
- name: Create bump
3434
run: |
35-
cz bump --yes
35+
cz bump --yes --changelog
3636
git tag
3737
- name: Push changes
3838
uses: Woile/github-push-action@master

0 commit comments

Comments
 (0)