mirror of
https://github.com/kevinpapst/kimai2.git
synced 2025-05-09 11:30:15 +00:00

* bump version * ignore .disabled for plugins * simplify gitignore * prevent duration field from showing up in the API * change release template wording * prepare method for later usage * add 8.2 to issue template
44 lines
No EOL
1.2 KiB
YAML
44 lines
No EOL
1.2 KiB
YAML
name-template: '$RESOLVED_VERSION'
|
|
tag-template: '$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'
|
|
- '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: |
|
|
[Upgrade Kimai](https://www.kimai.org/documentation/updates.html) - [Install Kimai](https://www.kimai.org/documentation/installation.html) - [Docker](https://tobybatch.github.io/kimai2/)
|
|
|
|
**PHP Version compatibility:**
|
|
- PHP 7.3 is [end-of-life](https://www.php.net/supported-versions.php): please update now
|
|
- PHP 7.4 is almost EOL, PHP 8 and PHP 8.1 are supported
|
|
|
|
$CHANGES
|
|
|
|
Involved in this release: $CONTRIBUTORS - thank you! |