chore: moving to github actions
This commit is contained in:
40
.github/release-drafter.yml
vendored
Normal file
40
.github/release-drafter.yml
vendored
Normal file
@@ -0,0 +1,40 @@
|
||||
name-template: 'v$RESOLVED_VERSION'
|
||||
tag-template: 'v$RESOLVED_VERSION'
|
||||
categories:
|
||||
- title: '🚀 Features'
|
||||
label: 'feature'
|
||||
- title: '🛠 Maintenance'
|
||||
label: 'maintenance'
|
||||
- title: '🐛 Bug Fixes'
|
||||
label: 'bug'
|
||||
version-resolver:
|
||||
major:
|
||||
labels:
|
||||
- 'major'
|
||||
minor:
|
||||
labels:
|
||||
- 'feature'
|
||||
patch:
|
||||
labels:
|
||||
- 'maintenance'
|
||||
- 'bug'
|
||||
default: patch
|
||||
replacers:
|
||||
- search: '/([A-Z]{2,5}-\d{1,6})/g'
|
||||
replace: '[$1](https://imakecodes.atlassian.net/browse/$1)'
|
||||
autolabeler:
|
||||
- label: 'maintenance'
|
||||
title:
|
||||
- '/^chore.+/i'
|
||||
- label: 'bug'
|
||||
title:
|
||||
- '/^fix.+/i'
|
||||
- label: 'feature'
|
||||
title:
|
||||
- '/^feat.+/i'
|
||||
- label: 'major'
|
||||
title:
|
||||
- '/^[a-zA-Z]+(\(.*?\))?!:.+/i'
|
||||
template: |
|
||||
## What’s Changed
|
||||
$CHANGES
|
||||
Reference in New Issue
Block a user