From b09f3f0a3f4de1d5484310d88f4ada59741a5351 Mon Sep 17 00:00:00 2001 From: Jamil Date: Mon, 30 Dec 2024 06:56:58 -0800 Subject: [PATCH] chore(ci): Remove unneeded release drafter config (#7607) --- .github/release-drafter-gateway.yml | 52 --------------------- .github/release-drafter-gui-client.yml | 52 --------------------- .github/release-drafter-headless-client.yml | 52 --------------------- 3 files changed, 156 deletions(-) diff --git a/.github/release-drafter-gateway.yml b/.github/release-drafter-gateway.yml index dc6e19c70..aa6a82d28 100644 --- a/.github/release-drafter-gateway.yml +++ b/.github/release-drafter-gateway.yml @@ -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) diff --git a/.github/release-drafter-gui-client.yml b/.github/release-drafter-gui-client.yml index 38717469c..5f0d0695f 100644 --- a/.github/release-drafter-gui-client.yml +++ b/.github/release-drafter-gui-client.yml @@ -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) diff --git a/.github/release-drafter-headless-client.yml b/.github/release-drafter-headless-client.yml index dafd72a21..0952993d1 100644 --- a/.github/release-drafter-headless-client.yml +++ b/.github/release-drafter-headless-client.yml @@ -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)