From 7697d3c8cbdf883d5c3acb8715c4f47ca58cc370 Mon Sep 17 00:00:00 2001 From: Jamil Date: Mon, 10 Jun 2024 12:43:25 -0600 Subject: [PATCH] ci: prevent release drafter from drafting excessive bodies (#5298) https://github.com/firezone/firezone/actions/runs/9453535771 --- .github/release-drafter-gateway.yml | 4 +--- .github/release-drafter-gui-client.yml | 4 +--- .github/release-drafter-headless-client.yml | 4 +--- .github/workflows/_tauri.yml | 2 +- 4 files changed, 4 insertions(+), 10 deletions(-) diff --git a/.github/release-drafter-gateway.yml b/.github/release-drafter-gateway.yml index b865beb3c..44db9dbb3 100644 --- a/.github/release-drafter-gateway.yml +++ b/.github/release-drafter-gateway.yml @@ -1,6 +1,4 @@ tag-prefix: "gateway-" -name-template: "$RESOLVED_VERSION" -tag-template: "$RESOLVED_VERSION" autolabeler: - label: "area/ci" title: @@ -54,4 +52,4 @@ exclude-labels: change-template: "- $TITLE @$AUTHOR (#$NUMBER)" change-title-escapes: '\<*_&' # You can add # and @ to disable mentions, and add ` to disable code blocks. template: | - $CHANGES + CHANGE_ME diff --git a/.github/release-drafter-gui-client.yml b/.github/release-drafter-gui-client.yml index 4ab0c1e69..4192c3ff5 100644 --- a/.github/release-drafter-gui-client.yml +++ b/.github/release-drafter-gui-client.yml @@ -1,6 +1,4 @@ tag-prefix: "gui-client-" -name-template: "$RESOLVED_VERSION" -tag-template: "$RESOLVED_VERSION" autolabeler: - label: "area/ci" title: @@ -54,4 +52,4 @@ exclude-labels: change-template: "- $TITLE @$AUTHOR (#$NUMBER)" change-title-escapes: '\<*_&' # You can add # and @ to disable mentions, and add ` to disable code blocks. template: | - $CHANGES + CHANGE_ME diff --git a/.github/release-drafter-headless-client.yml b/.github/release-drafter-headless-client.yml index 3142e6c82..8a8bed7af 100644 --- a/.github/release-drafter-headless-client.yml +++ b/.github/release-drafter-headless-client.yml @@ -1,6 +1,4 @@ tag-prefix: "headless-client-" -name-template: "$RESOLVED_VERSION" -tag-template: "$RESOLVED_VERSION" autolabeler: - label: "area/ci" title: @@ -54,4 +52,4 @@ exclude-labels: change-template: "- $TITLE @$AUTHOR (#$NUMBER)" change-title-escapes: '\<*_&' # You can add # and @ to disable mentions, and add ` to disable code blocks. template: | - $CHANGES + CHANGE_ME diff --git a/.github/workflows/_tauri.yml b/.github/workflows/_tauri.yml index b7e42b3c3..8caf27f2f 100644 --- a/.github/workflows/_tauri.yml +++ b/.github/workflows/_tauri.yml @@ -103,6 +103,6 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} REPOSITORY: ${{ github.repository }} # mark:next-gui-version - TAG_NAME: 1.0.6 + TAG_NAME: gui-client-1.0.6 shell: bash run: ${{ matrix.upload-script }}