# 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 autolabeler: - label: 'chore' files: - '*.md' - label: 'bug' branch: - '/fix.+/' - label: 'enhancement' branch: - '/feat.+/' - '/perf.+/' - label: 'cicd' branch: - '/cicd.+/' - label: 'refactor' branch: - '/refactor.+/' # Emoji reference: https://gitmoji.carloscuesta.me/ categories: - title: 'πŸš€ Features' labels: - 'enhancement' - title: 'πŸ› Bug Fixes' labels: - 'bug' - title: '🧰 Maintenance' labels: - 'cicd' - 'chore' - 'refactor' exclude-labels: - reverted - no-changelog - skip-changelog - invalid change-template: '- $TITLE (#$NUMBER) @$AUTHOR' template: | ## What’s Changed $CHANGES