mirror of
https://github.com/gofiber/fiber.git
synced 2025-05-31 11:52:41 +00:00
59 lines
1.3 KiB
YAML
59 lines
1.3 KiB
YAML
name-template: 'v$RESOLVED_VERSION'
|
|
tag-template: 'v$RESOLVED_VERSION'
|
|
categories:
|
|
- 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'
|
|
- '✏️ 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:
|
|
- '/(improve|update|refactor|⚡|🧹)/i'
|
|
- label: '🤖 dependencies'
|
|
title:
|
|
- '/(bumb)/i'
|
|
- label: '✏️ Feature'
|
|
branch:
|
|
- '/feature\/.+/'
|
|
body:
|
|
- '/(feature|add|🚀)/i'
|
|
template: |
|
|
## Changes
|
|
$CHANGES
|
|
|
|
Thank you $CONTRIBUTORS for making this update possible.
|