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 4eefc2f commit 1f329d1Copy full SHA for 1f329d1
.github/workflows/changelog.yml
@@ -0,0 +1,9 @@
1
+- name: Conventional Changelog Action
2
+ uses: TriPSs/conventional-changelog-action@v1.3.0
3
+ with:
4
+ github-token: ${{ secrets.github_token }}
5
+ git-message: 'chore(release): {version}'
6
+ preset: 'angular'
7
+ tag-prefix: 'v'
8
+ output-file: 'CHANGELOG.md'
9
+ changelog-release-count: 5
.github/workflows/nodejs.yml
@@ -1,4 +1,4 @@
-name: Node.js CI
+name: CI
on: [push, pull_request]
0 commit comments