Skip to content

Commit 1f329d1

Browse files
committed
feat(changelog): add changelog file and github action for this
1 parent 4eefc2f commit 1f329d1

File tree

3 files changed

+233
-1
lines changed

3 files changed

+233
-1
lines changed

.github/workflows/changelog.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Node.js CI
1+
name: CI
22

33
on: [push, pull_request]
44

0 commit comments

Comments
 (0)