mirror of
https://github.com/Dr-Blank/Vaani.git
synced 2025-12-23 19:39:30 +00:00
chore: update release drafter configuration to include UI changes category
This commit is contained in:
parent
4c5dc53169
commit
933bfc5750
1 changed files with 10 additions and 3 deletions
13
.github/release-drafter.yml
vendored
13
.github/release-drafter.yml
vendored
|
|
@ -1,13 +1,14 @@
|
|||
name-template: "v$RESOLVED_VERSION"
|
||||
tag-template: "v$RESOLVED_VERSION"
|
||||
# name-template: 'v$NEXT_PATCH_VERSION'
|
||||
# tag-template: 'v$NEXT_PATCH_VERSION'
|
||||
|
||||
categories:
|
||||
- title: "🚀 Features"
|
||||
labels:
|
||||
- "feature"
|
||||
- "enhancement"
|
||||
- title: "📱 UI Changes"
|
||||
labels:
|
||||
- "ui"
|
||||
- title: "🐛 Bug Fixes"
|
||||
labels:
|
||||
- "fix"
|
||||
|
|
@ -18,7 +19,7 @@ categories:
|
|||
- title: "💥 Breaking Changes"
|
||||
labels:
|
||||
- "breaking"
|
||||
change-template: "- $TITLE by @$AUTHOR in #$NUMBER"
|
||||
change-template: "- $TITLE (#$NUMBER)"
|
||||
change-title-escapes: '\<*_&' # You can add # and @ to disable mentions, and add ` to disable code blocks.
|
||||
version-resolver:
|
||||
major:
|
||||
|
|
@ -60,3 +61,9 @@ autolabeler:
|
|||
- label: "chore"
|
||||
title:
|
||||
- "/chore/i"
|
||||
- label: "ui"
|
||||
title:
|
||||
- "/^ui\b/i"
|
||||
- label: "refactor"
|
||||
title:
|
||||
- "/refactor/i"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue