summaryrefslogtreecommitdiff
path: root/.github/release-drafter-config.yml
diff options
context:
space:
mode:
authorAnna (navi) Figueiredo Gomes <navi@vlhl.dev>2024-03-22 21:14:32 +0100
committerAnna (navi) Figueiredo Gomes <navi@vlhl.dev>2024-03-22 21:14:32 +0100
commitca04e222c11b0268208464950d923a1ee880cc61 (patch)
tree17f79af8c803efbd04c10fc352a970f99cdad625 /.github/release-drafter-config.yml
parentf0b227bc633e3c382069982c940cd433d5dda247 (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.yml49
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
-