name-template: 'v$RESOLVED_VERSION' tag-template: 'v$RESOLVED_VERSION' categories: - title: '๐Ÿš€ Features' labels: - 'feature' - 'enhancement' - title: '๐Ÿ› Bug Fixes' labels: - 'bug' - 'fix' - title: '๐Ÿงช Tests' labels: - 'test' - 'tests' - title: '๐Ÿงน Maintenance' labels: - 'chore' - 'maintenance' - 'dependencies' - title: '๐Ÿ“– Documentation' labels: - 'docs' - 'documentation' change-template: '- $TITLE @$AUTHOR (#$NUMBER)' change-title-escapes: '\<*_&' version-resolver: major: labels: - 'breaking' minor: labels: - 'feature' - 'enhancement' patch: labels: - 'bug' - 'fix' - 'chore' - 'maintenance' - 'docs' - 'documentation' - 'test' - 'tests' - 'dependencies' default: patch template: | $CHANGES **Full Changelog**: https://github.com/$OWNER/$REPOSITORY/compare/$PREVIOUS_TAG...v$RESOLVED_VERSION