Skip to content

Commit 9daf491

Browse files
authored
added auto changelog ci (#8)
1 parent 6def577 commit 9daf491

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/workflows/changelog.yaml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
- uses: ardalanamini/auto-changelog@v4
2+
id : changelog
3+
name: Changelog
4+
with:
5+
commit-types : |
6+
feat : New Features
7+
fix : Bug Fixes
8+
build : Build System & Dependencies
9+
perf : Performance Improvements
10+
docs : Documentation
11+
test : Tests
12+
refactor: Refactors
13+
chore : Chores
14+
ci : CI
15+
style : Code Style
16+
revert : Reverts
17+
default-commit-type : Other Changes
18+
release-name : v2.0.2

0 commit comments

Comments
 (0)