mirror of
https://github.com/meilisearch/MeiliSearch
synced 2024-11-05 04:28:55 +01:00
31 lines
721 B
YAML
31 lines
721 B
YAML
name-template: 'Milli v$RESOLVED_VERSION'
|
|
tag-template: 'v$RESOLVED_VERSION'
|
|
exclude-labels:
|
|
- 'skip changelog'
|
|
version-resolver:
|
|
minor:
|
|
labels:
|
|
- 'DB breaking'
|
|
- 'API breaking'
|
|
default: patch
|
|
categories:
|
|
- title: 'API breaking'
|
|
label: 'API breaking'
|
|
- title: 'DB breaking'
|
|
label: 'DB breaking'
|
|
- title: 'Changes'
|
|
label: 'no breaking'
|
|
template: |
|
|
$CHANGES
|
|
|
|
Thanks again to $CONTRIBUTORS! 🎉
|
|
no-changes-template: 'Changes are coming soon 😎'
|
|
sort-direction: 'ascending'
|
|
replacers:
|
|
- search: '/(?:and )?@dependabot-preview(?:\[bot\])?,?/g'
|
|
replace: ''
|
|
- search: '/(?:and )?@bors(?:\[bot\])?,?/g'
|
|
replace: ''
|
|
- search: '/(?:and )?@meili-bot,?/g'
|
|
replace: ''
|