mirror of https://github.com/gofiber/fiber.git
Improve Release-Drafter
parent
7a3a87a0c4
commit
00633f4fd9
|
@ -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/*"
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue