Skip to content

Commit

Permalink
Release Yaml
Browse files Browse the repository at this point in the history
- Auto categorizes releases by label
- Ignores some labeled PRs
  • Loading branch information
Luke-Sikina committed Jul 25, 2023
1 parent 28ab343 commit 0b6d03e
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
categories:
- title: Breaking Changes
labels:
- breaking-change
- title: Features
labels:
- feature
- title: Enhancements
labels:
- enhancement
- title: Bug Fixes
labels:
- bug

0 comments on commit 0b6d03e

Please sign in to comment.