mirror of
https://github.com/morten-olsen/bob.git
synced 2026-02-08 01:46:29 +01:00
feat: init
This commit is contained in:
53
.github/release-drafter-config.yml
vendored
Normal file
53
.github/release-drafter-config.yml
vendored
Normal file
@@ -0,0 +1,53 @@
|
||||
name-template: '$RESOLVED_VERSION 🚀'
|
||||
tag-template: '$RESOLVED_VERSION'
|
||||
categories:
|
||||
- title: '🚀 Features'
|
||||
labels:
|
||||
- 'feature'
|
||||
- 'enhancement'
|
||||
- title: '🐛 Bug Fixes'
|
||||
labels:
|
||||
- 'fix'
|
||||
- 'bugfix'
|
||||
- 'bug'
|
||||
- title: '🧰 Maintenance'
|
||||
label: 'chore'
|
||||
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
|
||||
change-title-escapes: '\<*_&' # You can add # and @ to disable mentions, and add ` to disable code blocks.
|
||||
version-resolver:
|
||||
major:
|
||||
labels:
|
||||
- 'major'
|
||||
minor:
|
||||
labels:
|
||||
- 'enhancement'
|
||||
- 'feature'
|
||||
patch:
|
||||
labels:
|
||||
- 'bug'
|
||||
- 'chore'
|
||||
- 'fix'
|
||||
- 'bugfix'
|
||||
default: patch
|
||||
autolabeler:
|
||||
- label: 'chore'
|
||||
files:
|
||||
- '*.md'
|
||||
branch:
|
||||
- '/docs{0,1}\/.+/'
|
||||
- label: 'bug'
|
||||
title:
|
||||
- '/fix/i'
|
||||
body:
|
||||
- '/fix/i'
|
||||
- label: 'enhancement'
|
||||
title:
|
||||
- '/feature/i'
|
||||
- '/feat/i'
|
||||
body:
|
||||
- '/feature/i'
|
||||
- '/feat/i'
|
||||
template: |
|
||||
## Changes
|
||||
|
||||
$CHANGES
|
||||
Reference in New Issue
Block a user