mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-23 02:27:40 +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'
|