Files
kimai2/.github/release-drafter.yml
2022-06-19 18:01:08 +02:00

46 lines
1.3 KiB
YAML

name-template: 'v$RESOLVED_VERSION'
tag-template: 'v$RESOLVED_VERSION'
categories:
- title: 'Enhancements'
labels:
- 'feature request'
- 'technical debt'
- 'translation'
- title: 'Fixed bugs'
labels:
- 'bug'
- title: 'Infrastructure'
labels:
- 'infrastructure'
exclude-labels:
- 'duplicate'
- 'invalid'
- 'wontfix'
exclude-contributors:
- 'dependabot'
- 'weblate'
change-template: '- $TITLE (#$NUMBER) @$AUTHOR'
change-title-escapes: '\<*_&`#@'
version-resolver:
major:
labels:
- 'release'
minor:
labels:
- 'feature request'
patch:
labels:
- 'technical debt'
- 'bug'
- 'translation'
default: patch
template: |
[Upgrade guide](https://www.kimai.org/documentation/updates.html) - [Installation docs](https://www.kimai.org/documentation/installation.html) - [Docker docs](https://tobybatch.github.io/kimai2/) - [Docker Hub](https://hub.docker.com/r/kimai/kimai2)
**PHP Version compatibility:**
- PHP 7.3 is [end-of-life](https://www.php.net/supported-versions.php): you need to update now
- PHP 7.4, PHP 8 and PHP 8.1 are supported
$CHANGES
Thanks to $CONTRIBUTORS