hexo-theme-next/.github/release-drafter.yml
2020-05-15 00:12:47 +08:00

41 lines
977 B
YAML

# Configuration for Release Drafter - https://github.com/toolmantim/release-drafter
name-template: 'v$NEXT_MINOR_VERSION'
tag-template: 'v$NEXT_MINOR_VERSION'
categories:
- title: '💥 Breaking Changes'
label: '💥 Breaking Change'
- title: '🌟 New Features'
label: '🌟 New Feature'
- title: '⭐ Features'
label: '⭐ Feature'
- title: '🐞 Bug Fixes'
label: '🐞 Bug Fix'
- title: '🛠 Improvements'
label: '🛠 Improvement'
- title: '🌀 External Changes'
label: '🔌 3rd Party Plugin'
- title: '📖 Documentation'
label: '📖 Docs'
- title: '🌍 Localization'
label: '🌍 i18n'
change-template: '- $TITLE (#$NUMBER)'
no-changes-template: '- No changes'
template: |
$CHANGES
***
For full changes, see the [comparison between $PREVIOUS_TAG and v$NEXT_MINOR_VERSION](https://github.com/next-theme/hexo-theme-next/compare/$PREVIOUS_TAG...v$NEXT_MINOR_VERSION)
exclude-labels:
- 'Skip Release'