mirror of
https://github.com/predis/predis.git
synced 2026-08-30 12:15:03 +00:00
Update release-drafter-config.yml
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
name-template: '$NEXT_MINOR_VERSION'
|
||||
|
||||
tag-template: 'v$NEXT_MINOR_VERSION'
|
||||
|
||||
autolabeler:
|
||||
- label: 'maintenance'
|
||||
files:
|
||||
@@ -14,35 +16,36 @@ autolabeler:
|
||||
- label: 'feature'
|
||||
branch:
|
||||
- '/feature-.+'
|
||||
|
||||
categories:
|
||||
- title: 'Breaking Changes'
|
||||
labels:
|
||||
- 'breakingchange'
|
||||
- title: '🧪 Experimental Features'
|
||||
- title: 'Experimental Features'
|
||||
labels:
|
||||
- 'experimental'
|
||||
- title: '🚀 New Features'
|
||||
- title: 'New Features'
|
||||
labels:
|
||||
- 'feature'
|
||||
- 'enhancement'
|
||||
- title: '🐛 Bug Fixes'
|
||||
- title: 'Bug Fixes'
|
||||
labels:
|
||||
- 'fix'
|
||||
- 'bugfix'
|
||||
- 'bug'
|
||||
- 'BUG'
|
||||
- title: '🧰 Maintenance'
|
||||
- title: 'Maintenance'
|
||||
label: 'maintenance'
|
||||
|
||||
change-template: '- $TITLE (#$NUMBER)'
|
||||
|
||||
exclude-labels:
|
||||
- 'skip-changelog'
|
||||
template: |
|
||||
# Changes
|
||||
|
||||
template: |
|
||||
$CHANGES
|
||||
|
||||
## Contributors
|
||||
We'd like to thank all the contributors who worked on this release!
|
||||
|
||||
$CONTRIBUTORS
|
||||
|
||||
|
||||
Reference in New Issue
Block a user