Skip to content

Commit

Permalink
feat: implement auto formatted release notes (#628)
Browse files Browse the repository at this point in the history
* feat: add configuration to help label release notes

Signed-off-by: Elizabeth J Lee <[email protected]>
  • Loading branch information
ejlee3 authored Dec 10, 2024
1 parent 66aaabe commit a8097ee
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
changelog:
exclude:
labels:
- ignore-for-release
- dependencies
categories:
- title: Breaking Changes
labels:
- Semver-Major
- breaking-change
- title: New Features
labels:
- Semver-Minor
- enhancement
exclude:
labels:
- issues
- title: Issues
labels:
- issue
- title: Other Changes
labels:
- "*"

0 comments on commit a8097ee

Please sign in to comment.