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.
2 parents 82d61ec + eb855b0 commit 9d3eee3Copy full SHA for 9d3eee3
.github/workflows/create_release.yml
@@ -37,7 +37,7 @@ jobs:
37
git config --global user.name "${{ github.event.sender.login }}"
38
39
- name: Create changelog
40
- run: conventional-changelog -p conventionalcommits -s -r 0
+ run: conventional-changelog -p conventionalcommits -r 0
41
42
- name: Apply standard-version
43
run: |
0 commit comments