feat: enhance release drafter configuration with autolabeler and exclusions

This commit is contained in:
Dr-Blank 2024-09-17 23:41:36 -04:00
parent 4f210d97fb
commit 2dbfa7cae3
No known key found for this signature in database
GPG key ID: 7452CC63F210A266
2 changed files with 22 additions and 1 deletions

View file

@ -33,4 +33,24 @@ template: |
$CHANGES
# **Full Changelog**: https://github.com/$OWNER/$REPOSITORY/compare/$PREVIOUS_TAG...$NEW_TAG
**Full Changelog**: https://github.com/$OWNER/$REPOSITORY/compare/$PREVIOUS_TAG...$NEW_TAG
exclude-labels:
- "skip-changelog"
exclude-contributors:
- "Dr-Blank"
autolabeler:
- label: "bug"
branch:
- '/fix\/.+/'
title:
- "/fix/i"
- label: "enhancement"
branch:
- '/feature\/.+/'
title:
- "/feat(ure)?/i"
body:
- "/JIRA-[0-9]{1,4}/"

View file

@ -10,6 +10,7 @@
},
"cSpell.words": [
"audioplayers",
"autolabeler",
"Autovalidate",
"deeplinking",
"fullscreen",