* open up API for plugins by removing internal * use constants in entity column definition * simplified entity management API * bump packages * allow installing assets and run database migrations independently * bump to apidoc-bundle 5 * do not duplicate http method in API operationId * new security entries in Open API definition * changed API UI provider for Swagger to Stoplight, improved endpoint titles, hide internal endpoints * deactivate swagger json endpoint
30 lines
624 B
YAML
30 lines
624 B
YAML
name-template: '$RESOLVED_VERSION'
|
|
tag-template: '$RESOLVED_VERSION'
|
|
exclude-labels:
|
|
- 'duplicate'
|
|
- 'invalid'
|
|
- 'wontfix'
|
|
- 'release'
|
|
exclude-contributors:
|
|
- 'dependabot'
|
|
- 'weblate'
|
|
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.4**
|
|
|
|
$CHANGES
|
|
|
|
Involved in this release: $CONTRIBUTORS
|