Skip to content

Commit

Permalink
Merge pull request #4330 from armanbilge/topic/release-config
Browse files Browse the repository at this point in the history
Add release notes config
  • Loading branch information
danicheg authored Nov 4, 2022
2 parents 9c8c5ef + 1fc0508 commit 769edaf
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
changelog:
categories:

- title: Features
labels:
- enhancement

- title: Optimizations
labels:
- optimization

- title: Fixes
labels:
- bug

- title: Deprecations
labels:
- deprecation

- title: Documentation
labels:
- documentation

- title: Behind-the-scenes
labels:
- behind-the-scenes

# Not for published notes, just to make sure we don't forget any accidentally unlabeled PRs
- title: Uncategorized
labels:
- "*"

0 comments on commit 769edaf

Please sign in to comment.