adjust syntax to match the current release
This commit is contained in:
29
.github/release-drafter.yml
vendored
29
.github/release-drafter.yml
vendored
@@ -12,25 +12,24 @@ change-title-escapes: '\<*_&`#@'
|
|||||||
categories:
|
categories:
|
||||||
- title: "Features"
|
- title: "Features"
|
||||||
semver-increment: minor
|
semver-increment: minor
|
||||||
when:
|
labels:
|
||||||
labels:
|
- "feature request"
|
||||||
- "feature request"
|
- "enhancement"
|
||||||
- "enhancement"
|
- "technical debt"
|
||||||
- "technical debt"
|
- "translation"
|
||||||
- "translation"
|
- "release"
|
||||||
- "release"
|
|
||||||
- title: "Bugfixes"
|
- title: "Bugfixes"
|
||||||
semver-increment: minor
|
semver-increment: minor
|
||||||
when:
|
labels:
|
||||||
labels:
|
- "fix"
|
||||||
- "fix"
|
- "bugfix"
|
||||||
- "bugfix"
|
- "bug"
|
||||||
- "bug"
|
|
||||||
- title: "🚨 Security"
|
- title: "🚨 Security"
|
||||||
semver-increment: minor
|
semver-increment: minor
|
||||||
when:
|
labels:
|
||||||
labels:
|
- "security"
|
||||||
- "security"
|
version-resolver:
|
||||||
|
default: minor
|
||||||
template: |
|
template: |
|
||||||
**Compatible with PHP 8.2 to 8.5**
|
**Compatible with PHP 8.2 to 8.5**
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user