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 2d16a57 commit b4c145fCopy full SHA for b4c145f
.github/workflows/release.yaml
@@ -16,8 +16,8 @@ jobs:
16
with:
17
token: ${{ secrets.GITHUB_TOKEN }}
18
release-type: node
19
- changelog-path: docs/changelog.md
20
- package-name: streetmerchant
+ changelog-path: CHANGELOG.md
+ package-name: conventional-commits-pr-action
21
- name: Tag major version
22
if: ${{ steps.release.outputs.release_created }}
23
run: |
0 commit comments