Skip to content

Commit

Permalink
Merge pull request #248 from mizdra/update-release-note-template
Browse files Browse the repository at this point in the history
Update release note template
  • Loading branch information
mizdra authored May 19, 2024
2 parents dd5731d + c7ae931 commit b308f2b
Showing 1 changed file with 23 additions and 30 deletions.
53 changes: 23 additions & 30 deletions .github/release.yml
Original file line number Diff line number Diff line change
@@ -1,33 +1,26 @@
changelog:
exclude:
labels:
- 'ignore for release'

categories:
# ref: https://github.com/azu/github-label-setup#default-labels
- title: Breaking Change
labels: ['Type: Breaking Change']

- title: Feature
labels: ['Type: Feature']
- title: Bug
labels: ['Type: Bug']
- title: Documentation
labels: ['Type: Documentation']
# - title: Refactoring
# labels: ['Type: Refactoring']
# - title: Testing
# labels: ['Type: Testing']
# - title: Maintenance
# labels: ['Type: Maintenance']
# - title: CI
# labels: ['Type: CI']
# - title: Question
# labels: ['Type: Question']
- title: Security
labels: ['Type: Security']
- title: Added
labels:
- 'Type: Add'
- title: Changed
labels:
- 'Type: Change'
- title: Deprecated
labels:
- 'Type: Deprecate'
- title: Fixed
labels:
- 'Type: Fix'
- title: Removed
labels:
- 'Type: Remove'
- title: Dependencies
labels: ['Type: Dependencies']

- title: Other Changes
labels: ['*']
labels:
- 'Type: Dependencies'
- title: Security
labels:
- 'Type: Security'
- title: Others
labels:
- '*'

0 comments on commit b308f2b

Please sign in to comment.