Forráskód Böngészése

fix release drafter

Allan Barcelos 1 éve
szülő
commit
009cbfc693
1 módosított fájl, 19 hozzáadás és 4 törlés
  1. 19 4
      .github/release-drafter.yml

+ 19 - 4
.github/release-drafter.yml

@@ -1,4 +1,19 @@
-# See https://github.com/jenkinsci/.github/blob/master/.github/release-drafter.adoc
----
-_extends: .github
-tag-template: mfa-google-auth-$NEXT_MINOR_VERSION
+name-template: 'MFA Google Auth v$RESOLVED_VERSION'
+tag-template: 'mfa-google-auth-$RESOLVED_VERSION'
+categories:
+  - title: Features
+    labels:
+      - enhancement
+  - title: Fixes
+    labels:
+      - bug
+  - title: Maintenance
+    labels:
+      - chore
+change-template: '- $TITLE (#$NUMBER) @$AUTHOR'
+no-changes-template: '- No changes'
+template: |
+  ## Changes
+  $CHANGES
+
+  Thanks to all contributors!