# Configuration for Release Drafter: https://github.com/toolmantim/release-drafter name-template: 'v$NEXT_PATCH_VERSION π' tag-template: 'v$NEXT_PATCH_VERSION' version-template: $MAJOR.$MINOR.$PATCH # Emoji reference: https://gitmoji.carloscuesta.me/ categories: - title: 'π Features' labels: - 'feature' - 'enhancement' - 'kind/feature' - title: 'π Bug Fixes' labels: - 'fix' - 'bugfix' - 'bug' - 'regression' - 'kind/bug' - title: π Documentation updates labels: - 'doc' - 'documentation' - 'kind/doc' - title: π» Maintenance labels: - chore - dependencies - 'kind/chore' - 'kind/dep' - title: π¦ Tests labels: - test - tests exclude-labels: - reverted - no-changelog - skip-changelog - invalid change-template: '* $TITLE (#$NUMBER) @$AUTHOR' template: | ## Whatβs Changed $CHANGES