mirror of
https://github.com/meysamhadeli/booking-microservices.git
synced 2026-04-30 18:15:46 +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'
|
tag-template: 'v$RESOLVED_VERSION'
|
||||||
template: |
|
template: |
|
||||||
## What Changed 👀
|
## What Changed 👀
|
||||||
|
|
||||||
$CHANGES
|
$CHANGES
|
||||||
**Full Changelog**: https://github.com/$OWNER/$REPOSITORY/compare/$PREVIOUS_TAG...v$RESOLVED_VERSION
|
**Full Changelog**: https://github.com/$OWNER/$REPOSITORY/compare/$PREVIOUS_TAG...v$RESOLVED_VERSION
|
||||||
categories:
|
categories:
|
||||||
@ -26,7 +25,7 @@ categories:
|
|||||||
- title: 🧪 Test
|
- title: 🧪 Test
|
||||||
labels:
|
labels:
|
||||||
- test
|
- test
|
||||||
- title: 🚥 CI
|
- title: 👷 CI
|
||||||
labels:
|
labels:
|
||||||
- ci
|
- ci
|
||||||
- title: ♻️ Changes
|
- title: ♻️ Changes
|
||||||
@ -37,9 +36,6 @@ categories:
|
|||||||
- title: ⛔️ Deprecated
|
- title: ⛔️ Deprecated
|
||||||
labels:
|
labels:
|
||||||
- deprecated
|
- deprecated
|
||||||
- title: 🗑 Removed
|
|
||||||
labels:
|
|
||||||
- removed
|
|
||||||
- title: 🔐 Security
|
- title: 🔐 Security
|
||||||
labels:
|
labels:
|
||||||
- security
|
- security
|
||||||
@ -53,8 +49,6 @@ categories:
|
|||||||
- dependencies
|
- dependencies
|
||||||
- title: 🧰 Maintenance
|
- title: 🧰 Maintenance
|
||||||
label: 'chore'
|
label: 'chore'
|
||||||
- title: 🧺 Miscellaneous #Everything except ABAP
|
|
||||||
label: misc
|
|
||||||
- title: 📝 Other changes
|
- 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
|
## 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'
|
- label: 'feature'
|
||||||
branch:
|
branch:
|
||||||
- '/(feat)\/.*/'
|
- '/(feat)\/.*/'
|
||||||
|
- label: 'minor'
|
||||||
|
branch:
|
||||||
|
- '/(feat)\/.*/'
|
||||||
|
- label: 'patch'
|
||||||
|
branch:
|
||||||
|
- '/(fix)\/.*/'
|
||||||
body:
|
body:
|
||||||
- '/JIRA-[0-9]{1,4}/'
|
- '/JIRA-[0-9]{1,4}/'
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user