Files
kimai2/.github/release-drafter.yml
2026-06-10 13:17:45 +02:00

41 lines
1.1 KiB
YAML

name-template: '$RESOLVED_VERSION'
tag-template: '$RESOLVED_VERSION'
exclude-labels:
- 'duplicate'
- 'invalid'
- 'wontfix'
exclude-contributors:
- 'dependabot'
- 'weblate'
change-template: '- $TITLE (#$NUMBER)'
change-title-escapes: '\<*_&`#@'
categories:
- title: "Features"
semver-increment: minor
labels:
- "feature request"
- "enhancement"
- "technical debt"
- "translation"
- "release"
- title: "Bugfixes"
semver-increment: minor
labels:
- "fix"
- "bugfix"
- "bug"
- title: "🚨 Security"
semver-increment: minor
labels:
- "security"
version-resolver:
default: minor
template: |
**Compatible with PHP 8.2 to 8.5**
$CHANGES
You can read more about all security reports [here](https://www.kimai.org/documentation/bughunter.html#published-vulnerabilities) or grab this [RSS feed](https://www.kimai.org/security.xml) to get notified about new published advisories.
Involved in this release: $CONTRIBUTORS