diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index ea2357de..adc3fce4 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -1,34 +1,39 @@ -name-template: 'v$RESOLVED_VERSION' -tag-template: 'v$RESOLVED_VERSION' +name-template: "v$RESOLVED_VERSION" +tag-template: "v$RESOLVED_VERSION" categories: - - title: '🚀 Features' + - title: "🚀 Features" labels: - - 'feature' - - 'enhancement' - - title: '🐛 Bug Fixes' + - "feature" + - "enhancement" + - title: "🐛 Bug Fixes" labels: - - 'fix' - - 'bugfix' - - 'bug' - - title: '🧰 Maintenance' - label: 'chore' - - title: '⬆️ Dependencies' + - "fix" + - "bugfix" + - "bug" + - title: "🧰 Maintenance" + label: "chore" + - title: "⬆️ Dependencies" collapse-after: 3 labels: - - 'dependencies' + - "dependencies" + - title: "📝 Documentation" + collapse-after: 3 + labels: + - "docs" + - "documentation" exclude-labels: - - 'skip-changelog' + - "skip-changelog" change-title-escapes: '\<*_&' # You can add # and @ to disable mentions, and add ` to disable code blocks. version-resolver: major: labels: - - 'major' + - "major" minor: labels: - - 'minor' + - "minor" patch: labels: - - 'patch' + - "patch" default: patch template: | ## Changes