mirror of
https://github.com/kevinpapst/kimai2.git
synced 2024-12-22 04:08:29 +00:00
29 lines
621 B
YAML
29 lines
621 B
YAML
name-template: '$RESOLVED_VERSION'
|
|
tag-template: '$RESOLVED_VERSION'
|
|
exclude-labels:
|
|
- 'duplicate'
|
|
- 'invalid'
|
|
- 'wontfix'
|
|
- 'release'
|
|
exclude-contributors:
|
|
- 'dependabot'
|
|
change-template: '- $TITLE (#$NUMBER)'
|
|
change-title-escapes: '\<*_&`#@'
|
|
version-resolver:
|
|
minor:
|
|
labels:
|
|
- 'feature request'
|
|
- 'release'
|
|
patch:
|
|
labels:
|
|
- 'technical debt'
|
|
- 'bug'
|
|
- 'translation'
|
|
default: patch
|
|
template: |
|
|
**Compatible with PHP 8.1 to 8.3**
|
|
|
|
$CHANGES
|
|
|
|
Involved in this release: $CONTRIBUTORS - thank you!
|