|
@@ -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!
|