mirror of
https://github.com/meilisearch/MeiliSearch
synced 2024-11-04 20:18:55 +01:00
14 lines
300 B
YAML
14 lines
300 B
YAML
name-template: 'v$RESOLVED_VERSION'
|
|
tag-template: 'v$RESOLVED_VERSION'
|
|
version-template: '0.21.0-alpha.$PATCH'
|
|
exclude-labels:
|
|
- 'skip-changelog'
|
|
template: |
|
|
## Changes
|
|
|
|
$CHANGES
|
|
no-changes-template: 'Changes are coming soon 😎'
|
|
sort-direction: 'ascending'
|
|
version-resolver:
|
|
default: patch
|