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 6def577 commit 9daf491Copy full SHA for 9daf491
.github/workflows/changelog.yaml
@@ -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