chore: moving to github actions

This commit is contained in:
2022-08-30 18:51:57 -03:00
parent 06ec35a0b7
commit 13d2c98fbe
6 changed files with 109 additions and 81 deletions

40
.github/release-drafter.yml vendored Normal file
View 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: |
## Whats Changed
$CHANGES