Update release-drafter.yml

This commit is contained in:
Meysam Hadeli 2023-01-17 01:45:56 +03:30 committed by GitHub
parent 37b93a10ae
commit 1576d97dfc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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}/'