Skip to content

Commit

Permalink
added auto changelog ci (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
zackAJ authored Feb 24, 2025
1 parent 6def577 commit 9daf491
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/changelog.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
- uses: ardalanamini/auto-changelog@v4
id : changelog
name: Changelog
with:
commit-types : |
feat : New Features
fix : Bug Fixes
build : Build System & Dependencies
perf : Performance Improvements
docs : Documentation
test : Tests
refactor: Refactors
chore : Chores
ci : CI
style : Code Style
revert : Reverts
default-commit-type : Other Changes
release-name : v2.0.2

0 comments on commit 9daf491

Please sign in to comment.