mirror of
https://github.com/meysamhadeli/booking-microservices.git
synced 2026-05-03 03:11:51 +08:00
Update release-drafter.yml
This commit is contained in:
parent
37b93a10ae
commit
1576d97dfc
14
.github/release-drafter.yml
vendored
14
.github/release-drafter.yml
vendored
@ -12,7 +12,6 @@ name-template: 'v$RESOLVED_VERSION'
|
||||
tag-template: 'v$RESOLVED_VERSION'
|
||||
template: |
|
||||
## What Changed 👀
|
||||
|
||||
$CHANGES
|
||||
**Full Changelog**: https://github.com/$OWNER/$REPOSITORY/compare/$PREVIOUS_TAG...v$RESOLVED_VERSION
|
||||
categories:
|
||||
@ -26,7 +25,7 @@ categories:
|
||||
- title: 🧪 Test
|
||||
labels:
|
||||
- test
|
||||
- title: 🚥 CI
|
||||
- title: 👷 CI
|
||||
labels:
|
||||
- ci
|
||||
- title: ♻️ Changes
|
||||
@ -37,9 +36,6 @@ categories:
|
||||
- title: ⛔️ Deprecated
|
||||
labels:
|
||||
- deprecated
|
||||
- title: 🗑 Removed
|
||||
labels:
|
||||
- removed
|
||||
- title: 🔐 Security
|
||||
labels:
|
||||
- security
|
||||
@ -53,8 +49,6 @@ categories:
|
||||
- dependencies
|
||||
- title: 🧰 Maintenance
|
||||
label: 'chore'
|
||||
- title: 🧺 Miscellaneous #Everything except ABAP
|
||||
label: misc
|
||||
- title: 📝 Other changes
|
||||
## putting no labels pr to `Other Changes` category with no label - https://github.com/release-drafter/release-drafter/issues/139#issuecomment-480473934
|
||||
|
||||
@ -88,6 +82,12 @@ autolabeler:
|
||||
- label: 'feature'
|
||||
branch:
|
||||
- '/(feat)\/.*/'
|
||||
- label: 'minor'
|
||||
branch:
|
||||
- '/(feat)\/.*/'
|
||||
- label: 'patch'
|
||||
branch:
|
||||
- '/(fix)\/.*/'
|
||||
body:
|
||||
- '/JIRA-[0-9]{1,4}/'
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user