mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-22 18:17:39 +08:00
15 lines
341 B
YAML
15 lines
341 B
YAML
name-template: 'v$RESOLVED_VERSION'
|
|
tag-template: 'v$RESOLVED_VERSION'
|
|
version-template: '0.21.0-alpha.$PATCH'
|
|
version-resolver:
|
|
default: patch
|
|
categories:
|
|
- title: 'Breaking changes ⚠️'
|
|
label: 'breaking-change'
|
|
template: |
|
|
## Changes
|
|
|
|
$CHANGES
|
|
no-changes-template: 'Changes are coming soon 😎'
|
|
sort-direction: 'ascending'
|