Skip to content

Commit

Permalink
enable generated release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
lukevalenty committed Apr 7, 2022
1 parent d12f2c8 commit 292ca91
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
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 292ca91

Please # to comment.