Skip to content

Commit

Permalink
Merge pull request #280 from kayjan/feature/release-template
Browse files Browse the repository at this point in the history
Create release template
  • Loading branch information
kayjan authored Aug 23, 2024
2 parents ae55973 + 5cd333c commit bb0480c
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# .github/release.yml

changelog:
categories:
- title: Breaking Changes ⚠️
labels:
- breaking
- title: New Features 🎉
labels:
- enhancement
- title: Bug Fixes 🐞
labels:
- bug
- title: Documentation 📝
labels:
- documentation
- title: Uncategorized
labels:
- question
- wontfix
- good first issue
- duplicate
- help wanted
- reviewed
- "*"

0 comments on commit bb0480c

Please sign in to comment.