name-template: 'v$RESOLVED_VERSION' tag-template: 'v$RESOLVED_VERSION' commitish: main filter-by-commitish: true include-labels: - 'v3' exclude-labels: - 'v2' categories: - title: 'โ— Breaking Changes' labels: - 'โ— BreakingChange' - title: '๐Ÿš€ New' labels: - 'โœ๏ธ Feature' - '๐Ÿ“ Proposal' - title: '๐Ÿงน Updates' labels: - '๐Ÿงน Updates' - 'โšก๏ธ Performance' - title: '๐Ÿ› Fixes' labels: - 'โ˜ข๏ธ Bug' - title: '๐Ÿ› ๏ธ Maintenance' labels: - '๐Ÿค– Dependencies' - title: '๐Ÿ“š Documentation' labels: - '๐Ÿ“’ Documentation' change-template: '- $TITLE (#$NUMBER)' change-title-escapes: '\<*_&' # You can add # and @ to disable mentions, and add ` to disable code blocks. exclude-contributors: - dependabot - dependabot[bot] version-resolver: major: labels: - 'major' - 'โ— BreakingChange' minor: labels: - 'minor' - 'โœ๏ธ Feature' - '๐Ÿ“ Proposal' patch: labels: - 'patch' - '๐Ÿ“’ Documentation' - 'โ˜ข๏ธ Bug' - '๐Ÿค– Dependencies' - '๐Ÿงน Updates' - 'โšก๏ธ Performance' default: patch template: | $CHANGES **Full Changelog**: https://github.com/$OWNER/$REPOSITORY/compare/$PREVIOUS_TAG...v$RESOLVED_VERSION Thank you $CONTRIBUTORS for making this update possible.