]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Create release-drafter.yml
authorMark Otto <markd.otto@gmail.com>
Wed, 25 Mar 2020 23:05:48 +0000 (16:05 -0700)
committerGitHub <noreply@github.com>
Wed, 25 Mar 2020 23:05:48 +0000 (16:05 -0700)
.github/release-drafter.yml [new file with mode: 0644]

diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml
new file mode 100644 (file)
index 0000000..38a5aaa
--- /dev/null
@@ -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