Skip to content

Commit

Permalink
feat: add auto changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
erfjab committed Nov 6, 2024
1 parent 0e56233 commit 2ba1fea
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
changelog:
categories:
- title: Major
labels:
- feat
- improve
- breaking-change
- title: Minor
labels:
- fix
- refact
- docs
- title: Other Changes
labels:
- "*"

0 comments on commit 2ba1fea

Please sign in to comment.