Improve Release-Drafter

pull/1238/head
wernerr 2021-03-21 16:08:00 +01:00
parent 7a3a87a0c4
commit 00633f4fd9
2 changed files with 53 additions and 44 deletions

View File

@ -5,9 +5,9 @@ updates:
- package-ecosystem: "gomod"
directory: "/" # Location of package manifests
default_labels:
- "🤖 dependencies"
- "🤖 Dependencies"
schedule:
interval: "daily"
interval: "daily"
automerged_updates:
- match:
dependency_name: "gofiber/fiber/*"
- match:
dependency_name: "gofiber/fiber/*"

View File

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