mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
28 lines
566 B
YAML
28 lines
566 B
YAML
name-template: 'v$NEXT_PATCH_VERSION'
|
|
tag-template: 'v$NEXT_PATCH_VERSION'
|
|
prerelease: true
|
|
exclude-labels:
|
|
- 'skip-changelog'
|
|
categories:
|
|
- title: '🚀 Features'
|
|
labels:
|
|
- 'new-feature'
|
|
- 'feature'
|
|
- 'enhancement'
|
|
- title: '🐛 Bug fixes'
|
|
labels:
|
|
- 'fix'
|
|
- 'bugfix'
|
|
- 'bug'
|
|
- title: '📖 Docs'
|
|
labels:
|
|
- 'docs'
|
|
- title: '📦 Dependencies'
|
|
labels:
|
|
- 'dependencies'
|
|
- title: '🧰 Maintenance'
|
|
label: 'chore'
|
|
change-template: '- #$NUMBER: $TITLE'
|
|
template: |
|
|
## Changes
|
|
$CHANGES
|