mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-09-04 03:36:30 +00:00
24 lines
530 B
YAML
24 lines
530 B
YAML
name-template: 'v$RESOLVED_VERSION'
|
|
tag-template: 'v$RESOLVED_VERSION'
|
|
exclude-labels:
|
|
- 'skip changelog'
|
|
version-resolver:
|
|
major:
|
|
labels:
|
|
- 'breaking-change'
|
|
minor:
|
|
labels:
|
|
- 'enhancement'
|
|
default: patch
|
|
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 )?@dependabot(?:\[bot\])?,?/g'
|
|
replace: ''
|