mirror of
https://github.com/Dr-Blank/Vaani.git
synced 2025-12-06 11:09:28 +00:00
feat: enhance release drafter configuration with autolabeler and exclusions
This commit is contained in:
parent
4f210d97fb
commit
2dbfa7cae3
2 changed files with 22 additions and 1 deletions
22
.github/release-drafter.yml
vendored
22
.github/release-drafter.yml
vendored
|
|
@ -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}/"
|
||||
|
|
|
|||
1
.vscode/settings.json
vendored
1
.vscode/settings.json
vendored
|
|
@ -10,6 +10,7 @@
|
|||
},
|
||||
"cSpell.words": [
|
||||
"audioplayers",
|
||||
"autolabeler",
|
||||
"Autovalidate",
|
||||
"deeplinking",
|
||||
"fullscreen",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue