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:
|
2020-12-15 08:36:25 +01:00
|
|
|
- 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'
|
2021-05-07 01:09:33 +02:00
|
|
|
- title: '⚡ Performance improvements'
|
2020-12-15 08:36:25 +01:00
|
|
|
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'
|
2021-05-07 01:09:33 +02:00
|
|
|
- title: '🛠 Examples'
|
|
|
|
labels:
|
|
|
|
- 'examples'
|
2020-04-14 21:15:46 +02:00
|
|
|
- title: '🌎 Accessibility'
|
|
|
|
labels:
|
|
|
|
- 'accessibility'
|
2020-12-15 08:36:25 +01:00
|
|
|
- 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'
|
2020-12-15 08:36:25 +01:00
|
|
|
- '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
|