Improve Release-Drafter

pull/1243/head
wernerr 2021-03-23 10:01:36 +01:00
parent 6415b015e1
commit f3b07df828
1 changed files with 65 additions and 49 deletions

View File

@ -1,58 +1,74 @@
name-template: 'v$RESOLVED_VERSION' name-template: 'v$RESOLVED_VERSION'
tag-template: 'v$RESOLVED_VERSION' tag-template: 'v$RESOLVED_VERSION'
categories: categories:
- title: '🚀 New' - title: '🚀 New'
labels: labels:
- '✏️ Feature' - '✏️ Feature'
- title: '🐛 Fixes' - title: '🐛 Fixes'
labels: labels:
- '☢️ Bug' - '☢️ Bug'
- title: '🧹 Updates' - title: '🧹 Updates'
labels: labels:
- '🧹 Updates' - '🧹 Updates'
- '🤖 Dependencies' - '🤖 Dependencies'
- title: '📚 Documentation' - title: '📚 Documentation'
labels: labels:
- '📒 Documentation' - '📒 Documentation'
change-template: '- $TITLE (#$NUMBER)' change-template: '- $TITLE (#$NUMBER)'
change-title-escapes: '\<*_&' # You can add # and @ to disable mentions, and add ` to disable code blocks. change-title-escapes: '\<*_&' # You can add # and @ to disable mentions, and add ` to disable code blocks.
version-resolver: version-resolver:
minor: major:
labels: labels:
- 'minor' - 'major'
- '✏️ Feature' minor:
patch: labels:
labels: - 'minor'
- 'patch' - '✏️ Feature'
- '📒 Documentation' patch:
- '☢️ Bug' labels:
- '🤖 Dependencies' - 'patch'
- '🧹 Updates' - '📒 Documentation'
default: patch - '☢️ Bug'
- '🤖 Dependencies'
- '🧹 Updates'
default: patch
autolabeler: autolabeler:
- label: '📒 Documentation' - label: '📒 Documentation'
files: title:
- '*.md' - '/docs/i'
title: - '/doc:/i'
- '/(doc(s|:)|README|typos|comment|📚)/i' - '/\[doc\]/i'
- label: '☢️ Bug' - '/README/i'
branch: - '/typos/i'
- '/fix\/.+/' - '/comment/i'
title: - '/📚/i'
- '/(fix|race|bug|🐛)/i' - label: '☢️ Bug'
- label: '🧹 Updates' branch:
title: - '/fix\/.+/'
- '/(improve|update|refactor|⚡|🧹)/i' title:
- label: '🤖 dependencies' - '/fix/i'
title: - '/race/i'
- '/(bumb)/i' - '/bug/i'
- label: '✏️ Feature' - '/🐛/i'
branch: - label: '🧹 Updates'
- '/feature\/.+/' title:
body: - '/improve/i'
- '/(feature|add|🚀)/i' - '/update/i'
- '/refactor/i'
- '/⚡/i'
- '/🧹/i'
- label: '🤖 dependencies'
title:
- '/bumb/i'
- '/dependencies/i'
- label: '✏️ Feature'
branch:
- '/feature\/.+/'
body:
- '/feature/i'
- '/add/i'
- '/🚀/i'
template: | template: |
## Changes $CHANGES
$CHANGES
Thank you $CONTRIBUTORS for making this update possible. Thank you $CONTRIBUTORS for making this update possible.