technical debts (#3438)
* reformat release notes * deactivate transactions in migrations by default * fix migration base class * fix default value * composer update
This commit is contained in:
21
.github/release-drafter.yml
vendored
21
.github/release-drafter.yml
vendored
@@ -16,17 +16,16 @@ exclude-labels:
|
||||
- 'duplicate'
|
||||
- 'invalid'
|
||||
- 'wontfix'
|
||||
- 'release'
|
||||
exclude-contributors:
|
||||
- 'dependabot'
|
||||
change-template: '- $TITLE (#$NUMBER)'
|
||||
change-title-escapes: '\<*_&`#@'
|
||||
version-resolver:
|
||||
major:
|
||||
labels:
|
||||
- 'release'
|
||||
minor:
|
||||
labels:
|
||||
- 'feature request'
|
||||
- 'release'
|
||||
patch:
|
||||
labels:
|
||||
- 'technical debt'
|
||||
@@ -34,14 +33,14 @@ version-resolver:
|
||||
- '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:**
|
||||
[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): you need to update now
|
||||
- PHP 7.4, PHP 8 and PHP 8.1 are supported
|
||||
|
||||
$CHANGES
|
||||
|
||||
Thanks to all contributors ❤️
|
||||
|
||||
|
||||
$CHANGES
|
||||
|
||||
Thanks to all contributors ❤️
|
||||
|
||||
Involved in this release: $CONTRIBUTORS
|
||||
Reference in New Issue
Block a user