release-drafter.yml 407 B

12345678910111213141516171819
  1. name-template: 'MFA Google Auth v$RESOLVED_VERSION'
  2. tag-template: 'mfa-google-auth-$RESOLVED_VERSION'
  3. categories:
  4. - title: Features
  5. labels:
  6. - enhancement
  7. - title: Fixes
  8. labels:
  9. - bug
  10. - title: Maintenance
  11. labels:
  12. - chore
  13. change-template: '- $TITLE (#$NUMBER) @$AUTHOR'
  14. no-changes-template: '- No changes'
  15. template: |
  16. ## Changes
  17. $CHANGES
  18. Thanks to all contributors!