2020-04-14 15:30:49 -04:00
|
|
|
name-template: 'v$NEXT_MAJOR_VERSION'
|
|
|
|
tag-template: 'v$NEXT_MAJOR_VERSION'
|
2020-03-25 19:05:48 -04:00
|
|
|
prerelease: true
|
|
|
|
exclude-labels:
|
|
|
|
- 'skip-changelog'
|
|
|
|
categories:
|
|
|
|
- title: '🚀 Features'
|
|
|
|
labels:
|
|
|
|
- 'new-feature'
|
|
|
|
- 'feature'
|
|
|
|
- 'enhancement'
|
|
|
|
- title: '🐛 Bug fixes'
|
|
|
|
labels:
|
|
|
|
- 'fix'
|
|
|
|
- 'bugfix'
|
|
|
|
- 'bug'
|
2020-04-14 15:15:46 -04:00
|
|
|
- title: '🎨 CSS'
|
|
|
|
labels:
|
|
|
|
- 'css'
|
|
|
|
- title: '☕️ JavaScript'
|
|
|
|
labels:
|
|
|
|
- 'js'
|
2020-03-25 19:05:48 -04:00
|
|
|
- title: '📖 Docs'
|
|
|
|
labels:
|
|
|
|
- 'docs'
|
2020-04-14 15:15:46 -04:00
|
|
|
- title: '🌎 Accessibility'
|
|
|
|
labels:
|
|
|
|
- 'accessibility'
|
|
|
|
- title: '🧰 Misc'
|
|
|
|
labels:
|
|
|
|
- 'build'
|
|
|
|
- 'meta'
|
|
|
|
- 'chore'
|
2020-04-14 15:30:49 -04:00
|
|
|
- title: '📦 Dependencies'
|
|
|
|
labels:
|
|
|
|
- 'dependencies'
|
2020-03-25 19:05:48 -04:00
|
|
|
change-template: '- #$NUMBER: $TITLE'
|
|
|
|
template: |
|
|
|
|
## Changes
|
|
|
|
$CHANGES
|