ci: prevent release drafter from drafting excessive bodies (#5298)

https://github.com/firezone/firezone/actions/runs/9453535771
This commit is contained in:
Jamil
2024-06-10 12:43:25 -06:00
committed by GitHub
parent 4d6af727c6
commit 7697d3c8cb
4 changed files with 4 additions and 10 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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 }}