0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-29 11:24:18 +01:00
Bootstrap/.github/release-drafter.yml

61 lines
1.2 KiB
YAML
Raw Normal View History

2020-04-14 21:30:49 +02:00
name-template: 'v$NEXT_MAJOR_VERSION'
tag-template: 'v$NEXT_MAJOR_VERSION'
2020-03-26 00:05:48 +01:00
prerelease: true
exclude-labels:
- 'skip-changelog'
categories:
- title: '❗ Breaking Changes'
labels:
- 'breaking-change'
2022-02-26 20:17:42 +01:00
- title: '🚀 Highlights'
labels:
- 'release-highlight'
2020-03-26 00:05:48 +01:00
- title: '🚀 Features'
labels:
- 'new-feature'
- 'feature'
- 'enhancement'
- title: '🐛 Bug fixes'
labels:
- 'fix'
- 'bugfix'
- 'bug'
- title: '⚡ Performance improvements'
labels:
- 'performance'
2020-04-14 21:15:46 +02:00
- title: '🎨 CSS'
labels:
- 'css'
- title: '☕️ JavaScript'
labels:
- 'js'
2020-03-26 00:05:48 +01:00
- title: '📖 Docs'
labels:
- 'docs'
- title: '🛠 Examples'
labels:
- 'examples'
2020-04-14 21:15:46 +02:00
- title: '🌎 Accessibility'
labels:
- 'accessibility'
- title: '🔧 Utility API'
labels:
- 'utility API'
- 'utilities'
- title: '🏭 Tests'
labels:
- 'tests'
2020-04-14 21:15:46 +02:00
- title: '🧰 Misc'
labels:
- 'build'
- 'meta'
- 'chore'
- 'CI'
2020-04-14 21:30:49 +02:00
- title: '📦 Dependencies'
labels:
- 'dependencies'
2020-03-26 00:05:48 +01:00
change-template: '- #$NUMBER: $TITLE'
template: |
## Changes
$CHANGES