Skip to content

Commit

Permalink
Merge pull request #98 from nebulabroadcast/81-add-release-info-template
Browse files Browse the repository at this point in the history
Added release info template
  • Loading branch information
martastain authored Nov 24, 2024
2 parents 9a6c6b3 + c1f0a21 commit db488e6
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
changelog:
categories:
- title: "🎉 New Features"
labels:
- "feature"

- title: "❤️ Improvements"
labels:
- "enhancement"

- title: "🛠️ Bugfixes"
labels:
- "bug"

0 comments on commit db488e6

Please sign in to comment.