mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
ci: prevent release drafter from drafting excessive bodies (#5298)
https://github.com/firezone/firezone/actions/runs/9453535771
This commit is contained in:
4
.github/release-drafter-gateway.yml
vendored
4
.github/release-drafter-gateway.yml
vendored
@@ -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
|
||||
|
||||
4
.github/release-drafter-gui-client.yml
vendored
4
.github/release-drafter-gui-client.yml
vendored
@@ -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
|
||||
|
||||
4
.github/release-drafter-headless-client.yml
vendored
4
.github/release-drafter-headless-client.yml
vendored
@@ -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
|
||||
|
||||
2
.github/workflows/_tauri.yml
vendored
2
.github/workflows/_tauri.yml
vendored
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user