MeiliSearch/.github/release-draft-template.yml

31 lines
721 B
YAML
Raw Normal View History

2021-04-08 19:21:27 +02:00
name-template: 'Milli v$RESOLVED_VERSION'
tag-template: 'v$RESOLVED_VERSION'
exclude-labels:
2022-04-09 23:37:27 +02:00
- 'skip changelog'
2021-04-08 19:21:27 +02:00
version-resolver:
minor:
labels:
2022-04-09 23:37:27 +02:00
- 'DB breaking'
- 'API breaking'
2021-04-08 19:21:27 +02:00
default: patch
categories:
2022-04-09 23:37:27 +02:00
- title: 'API breaking'
label: 'API breaking'
- title: 'DB breaking'
label: 'DB breaking'
- title: 'Changes'
label: 'no breaking'
2021-04-08 19:21:27 +02:00
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: ''