Files
frontend/.github/release-drafter.yml

41 lines
799 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
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