Don't generate file or release for pre-release but still tag them. #5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name-template: 'v$NEXT_PATCH_VERSION' | |
tag-template: 'v$NEXT_PATCH_VERSION' | |
categories: | |
- title: '🚀 Features' | |
labels: | |
- 'feature' | |
- title: '🐛 Bug Fixes' | |
labels: | |
- 'bug' | |
- title: '🛠 Maintenance' | |
labels: | |
- 'chore' | |
change-template: '- $TITLE (#$NUMBER) @$AUTHOR' | |
template: | | |
## Changes | |
$CHANGES | |
## Contributors | |
Thanks to everyone who contributed to this release: | |
$CONTRIBUTORS |