diff options
author | Anna (navi) Figueiredo Gomes <navi@vlhl.dev> | 2024-03-22 21:14:32 +0100 |
---|---|---|
committer | Anna (navi) Figueiredo Gomes <navi@vlhl.dev> | 2024-03-22 21:14:32 +0100 |
commit | ca04e222c11b0268208464950d923a1ee880cc61 (patch) | |
tree | 17f79af8c803efbd04c10fc352a970f99cdad625 /.github/release-drafter-config.yml | |
parent | f0b227bc633e3c382069982c940cd433d5dda247 (diff) |
rm -rf .github
Signed-off-by: Anna (navi) Figueiredo Gomes <navi@vlhl.dev>
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 - |