Skip to content

Commit

Permalink
change release note categories
Browse files Browse the repository at this point in the history
  • Loading branch information
jpdahlke authored Sep 24, 2024
1 parent 015c6c2 commit 51a6c6c
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions .github/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ changelog:
authors:
- github-actions[bot]
categories:
- title: Breaking Changes
labels:
- major
- integration
- title: Bug Fixes
labels:
- bug

Check failure on line 13 in .github/release.yml

View workflow job for this annotation

GitHub Actions / lint

13:14 [trailing-spaces] trailing spaces
- title: New Features
labels:
- feature
Expand All @@ -14,23 +21,17 @@ changelog:
- title: Security
labels:
- security
- title: Bug Fixes
labels:
- bug
- title: Dependencies
labels:
- dependencies
- title: Documentation
labels:
- documentation
- title: Build, Package, Deploy
labels:
- dependencies
- BPD
- title: Automation and Testing
labels:
- CI/CD
- test-only
- title: Breaking Changes
labels:
- major
- integration
- title: Other Changes
labels:
- "*"

0 comments on commit 51a6c6c

Please sign in to comment.