mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 02:18:47 +00:00
chore(ci): Remove unneeded release drafter config (#7607)
This commit is contained in:
52
.github/release-drafter-gateway.yml
vendored
52
.github/release-drafter-gateway.yml
vendored
@@ -1,56 +1,4 @@
|
||||
tag-prefix: "gateway-"
|
||||
autolabeler:
|
||||
- label: "area/ci"
|
||||
title:
|
||||
- "/^ci/i"
|
||||
- label: "kind/test"
|
||||
title:
|
||||
- "/^test/i"
|
||||
- label: "kind/feature"
|
||||
title:
|
||||
- "/^feat/i"
|
||||
- label: "kind/bug"
|
||||
title:
|
||||
- "/^fix/i"
|
||||
- "/^bug/i"
|
||||
- label: "kind/refactor"
|
||||
title:
|
||||
- "/^refactor/i"
|
||||
- label: "kind/chore"
|
||||
title:
|
||||
- "/^chore/i"
|
||||
- label: "kind/docs"
|
||||
title:
|
||||
- "/^docs/i"
|
||||
- label: "kind/security"
|
||||
title:
|
||||
- "/^security/i"
|
||||
- label: "dependencies"
|
||||
title:
|
||||
- "/^deps/i"
|
||||
categories:
|
||||
- title: "✨ Features"
|
||||
labels:
|
||||
- "kind/feature"
|
||||
- title: "🐛 Bug Fixes"
|
||||
labels:
|
||||
- "kind/bug"
|
||||
- title: "🧰 Maintenance"
|
||||
label:
|
||||
- "area/ci"
|
||||
- "kind/test"
|
||||
- "kind/refactor"
|
||||
- "kind/chore"
|
||||
- "kind/cleanup"
|
||||
- "dependencies"
|
||||
- title: "📝 Documentation"
|
||||
label: "kind/docs"
|
||||
- title: "🔐 Security"
|
||||
label: "kind/security"
|
||||
exclude-labels:
|
||||
- "skip-changelog"
|
||||
change-template: "- $TITLE @$AUTHOR (#$NUMBER)"
|
||||
change-title-escapes: '\<*_&' # You can add # and @ to disable mentions, and add ` to disable code blocks.
|
||||
template: >
|
||||
Please see our
|
||||
[changelog](https://www.firezone.dev/changelog?utm_source=github-releases)
|
||||
|
||||
52
.github/release-drafter-gui-client.yml
vendored
52
.github/release-drafter-gui-client.yml
vendored
@@ -1,56 +1,4 @@
|
||||
tag-prefix: "gui-client-"
|
||||
autolabeler:
|
||||
- label: "area/ci"
|
||||
title:
|
||||
- "/^ci/i"
|
||||
- label: "kind/test"
|
||||
title:
|
||||
- "/^test/i"
|
||||
- label: "kind/feature"
|
||||
title:
|
||||
- "/^feat/i"
|
||||
- label: "kind/bug"
|
||||
title:
|
||||
- "/^fix/i"
|
||||
- "/^bug/i"
|
||||
- label: "kind/refactor"
|
||||
title:
|
||||
- "/^refactor/i"
|
||||
- label: "kind/chore"
|
||||
title:
|
||||
- "/^chore/i"
|
||||
- label: "kind/docs"
|
||||
title:
|
||||
- "/^docs/i"
|
||||
- label: "kind/security"
|
||||
title:
|
||||
- "/^security/i"
|
||||
- label: "dependencies"
|
||||
title:
|
||||
- "/^deps/i"
|
||||
categories:
|
||||
- title: "✨ Features"
|
||||
labels:
|
||||
- "kind/feature"
|
||||
- title: "🐛 Bug Fixes"
|
||||
labels:
|
||||
- "kind/bug"
|
||||
- title: "🧰 Maintenance"
|
||||
label:
|
||||
- "area/ci"
|
||||
- "kind/test"
|
||||
- "kind/refactor"
|
||||
- "kind/chore"
|
||||
- "kind/cleanup"
|
||||
- "dependencies"
|
||||
- title: "📝 Documentation"
|
||||
label: "kind/docs"
|
||||
- title: "🔐 Security"
|
||||
label: "kind/security"
|
||||
exclude-labels:
|
||||
- "skip-changelog"
|
||||
change-template: "- $TITLE @$AUTHOR (#$NUMBER)"
|
||||
change-title-escapes: '\<*_&' # You can add # and @ to disable mentions, and add ` to disable code blocks.
|
||||
template: >
|
||||
Please see our
|
||||
[changelog](https://www.firezone.dev/changelog?utm_source=github-releases)
|
||||
|
||||
52
.github/release-drafter-headless-client.yml
vendored
52
.github/release-drafter-headless-client.yml
vendored
@@ -1,56 +1,4 @@
|
||||
tag-prefix: "headless-client-"
|
||||
autolabeler:
|
||||
- label: "area/ci"
|
||||
title:
|
||||
- "/^ci/i"
|
||||
- label: "kind/test"
|
||||
title:
|
||||
- "/^test/i"
|
||||
- label: "kind/feature"
|
||||
title:
|
||||
- "/^feat/i"
|
||||
- label: "kind/bug"
|
||||
title:
|
||||
- "/^fix/i"
|
||||
- "/^bug/i"
|
||||
- label: "kind/refactor"
|
||||
title:
|
||||
- "/^refactor/i"
|
||||
- label: "kind/chore"
|
||||
title:
|
||||
- "/^chore/i"
|
||||
- label: "kind/docs"
|
||||
title:
|
||||
- "/^docs/i"
|
||||
- label: "kind/security"
|
||||
title:
|
||||
- "/^security/i"
|
||||
- label: "dependencies"
|
||||
title:
|
||||
- "/^deps/i"
|
||||
categories:
|
||||
- title: "✨ Features"
|
||||
labels:
|
||||
- "kind/feature"
|
||||
- title: "🐛 Bug Fixes"
|
||||
labels:
|
||||
- "kind/bug"
|
||||
- title: "🧰 Maintenance"
|
||||
label:
|
||||
- "area/ci"
|
||||
- "kind/test"
|
||||
- "kind/refactor"
|
||||
- "kind/chore"
|
||||
- "kind/cleanup"
|
||||
- "dependencies"
|
||||
- title: "📝 Documentation"
|
||||
label: "kind/docs"
|
||||
- title: "🔐 Security"
|
||||
label: "kind/security"
|
||||
exclude-labels:
|
||||
- "skip-changelog"
|
||||
change-template: "- $TITLE @$AUTHOR (#$NUMBER)"
|
||||
change-title-escapes: '\<*_&' # You can add # and @ to disable mentions, and add ` to disable code blocks.
|
||||
template: >
|
||||
Please see our
|
||||
[changelog](https://www.firezone.dev/changelog?utm_source=github-releases)
|
||||
|
||||
Reference in New Issue
Block a user