Skip to content

Commit

Permalink
Create release.yml
Browse files Browse the repository at this point in the history
Trying to auto-create release notes.
  • Loading branch information
brad-colbert authored Apr 20, 2024
1 parent eaf19a3 commit 31b2011
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# .github/release.yml

changelog:
exclude:
labels:
- ignore-for-release
authors:
- octocat
categories:
- title: Breaking Changes 🛠
labels:
- Semver-Major
- breaking-change
- title: Exciting New Features 🎉
labels:
- Semver-Minor
- enhancement
- title: Other Changes
labels:
- "*"

0 comments on commit 31b2011

Please sign in to comment.