Skip to content

Commit

Permalink
fix pre-release-version description in create-release-pr workflow (#510)
Browse files Browse the repository at this point in the history
  • Loading branch information
algobarb committed Aug 18, 2023
1 parent 0265b9b commit 99129d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-release-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
required: true
type: string
pre_release_version:
description: "Pre-Release version, e.g. 'b1', will be added behind the release_version in setup.py."
description: "(Optional) Pre-Release version, e.g. 'b1'. Used mainly to support consensus release on betanet."
required: false
type: string

Expand Down

0 comments on commit 99129d1

Please sign in to comment.