Skip to content

Commit

Permalink
chore: Add .github/.release.yml for auto-generating release docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kereis authored Jun 25, 2022
1 parent 17ffd8d commit e9bf8e5
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/.release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
changelog:
categories:
- title: New Features 🎉✨
labels:
- "type: feature"
- title: Bug Fixes 🐛🛠
labels:
- "type: fix"
- title: Chores 🧹
labels:
- "type: chore"
- title: Other Changes
labels:
- "*"

0 comments on commit e9bf8e5

Please sign in to comment.