Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <markd.otto@gmail.com>2020-03-26 02:05:48 +0300
committerGitHub <noreply@github.com>2020-03-26 02:05:48 +0300
commit2add57eeff5ee7d7d83dce5885e0a9c0559772a3 (patch)
treea62001359385da8e8deaa14b39a352c0f896f264 /.github
parent0ed53ff15bc6bd6164cf1d7191af6b21ae985b2f (diff)
Create release-drafter.yml
Diffstat (limited to '.github')
-rw-r--r--.github/release-drafter.yml28
1 files changed, 28 insertions, 0 deletions
diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml
new file mode 100644
index 0000000000..38a5aaabef
--- /dev/null
+++ b/.github/release-drafter.yml
@@ -0,0 +1,28 @@
+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: '📦 Dependencies'
+ labels:
+ - 'dependencies'
+ - title: '🧰 Maintenance'
+ label: 'chore'
+change-template: '- #$NUMBER: $TITLE'
+template: |
+ ## Changes
+ $CHANGES