Skip to content

Commit

Permalink
Merge pull request #37 from DependencyTrack/release-notes-config
Browse files Browse the repository at this point in the history
Add release notes config
  • Loading branch information
nscuro authored Aug 26, 2024
2 parents e1f5c76 + 46c1308 commit ee0a634
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
changelog:
categories:
- title: Breaking Changes 🚨
labels:
- breaking change
- title: Enhancements 🚀
labels:
- enhancement
- title: Bug Fixes 🐛
labels:
- defect
- title: Dependency Updates 🤖
labels:
- dependencies
- title: Other Changes
labels:
- "*"

0 comments on commit ee0a634

Please sign in to comment.