Skip to content

Commit

Permalink
Add release.yml for automated github release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
megahirt authored Dec 6, 2022
1 parent 1042d8d commit 36529ea
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
changelog:
categories:
- title: New features 🚀
labels:
- feature
- title: User experience improvements 🧑‍🤝‍🧑
labels:
- user experience
- title: Bug fixes 🐛
labels:
- bug
- title: Security improvements 🔒
labels:
- security fix
- title: Automated testing 🤖
labels:
- testing
- title: Developer improvements 🤓
labels:
- engineering
- title: Other Stuff 🤔
labels:
- "*"

0 comments on commit 36529ea

Please sign in to comment.