Skip to content

Commit

Permalink
More pre-release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Cadair committed Feb 19, 2024
1 parent 0d1f547 commit 51fa2cb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/prepare-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ on:
description: "Release branch name"
required: true
type: string
default: "main"
tc_keep:
description: "Remove towncrier fragments"
required: true
type: boolean
default: true

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down

0 comments on commit 51fa2cb

Please sign in to comment.