Skip to content

Commit

Permalink
Create .github/release.yml
Browse files Browse the repository at this point in the history
Adds a template for automatic generation of release notes
  • Loading branch information
alshedivat committed Oct 2, 2023
1 parent d11df46 commit c8d28df
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:
exclude:
labels:
- ignore-for-release
categories:
- title: new features 🚀
labels:
- enhancement
- title: bug fixes and improvements ✨
labels:
- bug-fix
- title: other changes 🛠️
labels:
- "*"

0 comments on commit c8d28df

Please sign in to comment.