diff options
Diffstat (limited to '.github/release-drafter-config.yml')
-rw-r--r-- | .github/release-drafter-config.yml | 49 |
1 files changed, 0 insertions, 49 deletions
diff --git a/.github/release-drafter-config.yml b/.github/release-drafter-config.yml deleted file mode 100644 index 81afa9f..0000000 --- a/.github/release-drafter-config.yml +++ /dev/null @@ -1,49 +0,0 @@ -name-template: '$NEXT_MAJOR_VERSION' -tag-template: 'v$NEXT_MAJOR_VERSION' -autolabeler: - - label: 'maintenance' - files: - - '*.md' - - '.github/*' - - label: 'bug' - branch: - - '/bug-.+' - - label: 'maintenance' - branch: - - '/maintenance-.+' - - label: 'feature' - branch: - - '/feature-.+' -categories: - - title: 'Breaking Changes' - labels: - - 'breakingchange' - - - title: '๐งช Experimental Features' - labels: - - 'experimental' - - title: '๐ New Features' - labels: - - 'feature' - - 'enhancement' - - title: '๐ Bug Fixes' - labels: - - 'fix' - - 'bugfix' - - 'bug' - - 'BUG' - - title: '๐งฐ Maintenance' - label: 'maintenance' -change-template: '- $TITLE @$AUTHOR (#$NUMBER)' -exclude-labels: - - 'skip-changelog' -template: | - ## Changes - - $CHANGES - - ## Contributors - We'd like to thank all the contributors who worked on this release! - - $CONTRIBUTORS - |