diff options
Diffstat (limited to 'vendor/twbs/bootstrap-icons/.github/release-drafter.yml')
-rw-r--r-- | vendor/twbs/bootstrap-icons/.github/release-drafter.yml | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/vendor/twbs/bootstrap-icons/.github/release-drafter.yml b/vendor/twbs/bootstrap-icons/.github/release-drafter.yml new file mode 100644 index 000000000..9bf0dce82 --- /dev/null +++ b/vendor/twbs/bootstrap-icons/.github/release-drafter.yml @@ -0,0 +1,33 @@ +name-template: 'v$NEXT_PATCH_VERSION 🌈' +tag-template: 'v$NEXT_PATCH_VERSION' +prerelease: true +exclude-labels: + - 'skip-changelog' +categories: + - title: '🚀 Features' + labels: + - 'new-feature' + - 'feature' + - 'enhancement' + - title: '🐛 Bug fixes' + labels: + - 'fix' + - 'bugfix' + - 'bug' + - title: '📖 Docs' + labels: + - 'docs' + - title: '🧰 Maintenance' + labels: + - 'build' + - 'meta' + - 'chore' + - 'CI' + - title: '📦 Dependencies' + labels: + - 'dependencies' +change-template: '- #$NUMBER: $TITLE' +template: | + ## Changes + + $CHANGES |