]> 127.0.0.1 Git - bili_danmu/.git/commitdiff
Update release-drafter.yml
authorqydysky <32743305+qydysky@users.noreply.github.com>
Sun, 4 Oct 2020 12:01:01 +0000 (20:01 +0800)
committerGitHub <noreply@github.com>
Sun, 4 Oct 2020 12:01:01 +0000 (20:01 +0800)
.github/release-drafter.yml

index 27bcee3fbf194e83fc939dba7ce93f84dda2c884..fcca4ea8ae4a73eeb984041fc15fb1947e9fade8 100644 (file)
@@ -1,4 +1,31 @@
+name-template: 'v$RESOLVED_VERSION πŸŒˆ'
+tag-template: 'v$RESOLVED_VERSION'
+categories:
+  - title: 'πŸš€ Features'
+    labels:
+      - 'feature'
+      - 'enhancement'
+  - title: 'πŸ› Bug Fixes'
+    labels:
+      - 'fix'
+      - 'bugfix'
+      - 'bug'
+  - title: '🧰 Maintenance'
+    label: 'chore'
+change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
+change-title-escapes: '\<*_&' # You can add # and @ to disable mentions, and add ` to disable code blocks.
+version-resolver:
+  major:
+    labels:
+      - 'major'
+  minor:
+    labels:
+      - 'minor'
+  patch:
+    labels:
+      - 'patch'
+  default: patch
 template: |
-  ## What’s Changed
+  ## Changes
 
   $CHANGES