name-template: 'MockStorage - v$RESOLVED_VERSION' tag-template: 'mockstorage/v$RESOLVED_VERSION' tag-prefix: mockstorage/v include-paths: - mockstorage categories: - title: 'โ— Breaking Changes' labels: - 'โ— BreakingChange' - title: '๐Ÿš€ New' labels: - 'โœ๏ธ Feature' - title: '๐Ÿงน Updates' labels: - '๐Ÿงน Updates' - '๐Ÿค– Dependencies' - title: '๐Ÿ› Fixes' labels: - 'โ˜ข๏ธ Bug' - 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' patch: labels: - 'patch' - '๐Ÿ“’ Documentation' - 'โ˜ข๏ธ Bug' - '๐Ÿค– Dependencies' - '๐Ÿงน Updates' default: patch template: | $CHANGES **Full Changelog**: https://github.com/$OWNER/$REPOSITORY/compare/$PREVIOUS_TAG...mockstorage/v$RESOLVED_VERSION Thank you $CONTRIBUTORS for making this update possible.