diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index d6f7b4fcb3b1a60fd22209b7fefcdac711f8d28e..12d4a2d0231e337acc81c6ab5a7ec5a5cb92c357 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -1,8 +1,35 @@ +# Configuration for Release Drafter: https://github.com/toolmantim/release-drafter +name-template: v$NEXT_MINOR_VERSION +tag-template: $NEXT_MINOR_VERSION +# Uses a more common 2-digit versioning. Can be replaced by semver: $MAJOR.$MINOR.$PATCH +version-template: $MAJOR.$MINOR + +# Emoji reference: https://gitmoji.carloscuesta.me/ categories: - title: '🚀 Features' - label: 'feature' + label: + - 'feature' + - 'enhancement' - title: '🐛 Bug Fixes' labels: - 'fix' - 'bugfix' - 'bug' + - 'regression' + - title: 📝 Documentation updates + label: documentation + - title: 👻 Maintenance + label: chore + - title: 🚦 Tests + labels: + - test + - tests +exclude-labels: + - reverted + - no-changelog + - skip-changelog + - invalid + +template: | + + $CHANGES