Skip to content

Commit

Permalink
[chore] Update prepare release examples
Browse files Browse the repository at this point in the history
  • Loading branch information
mx-psi committed Mar 4, 2024
1 parent 2fa6df8 commit 66bfe89
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/prepare-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,18 @@ on:
# the minor version number and set the patch number to 0.
inputs:
candidate-stable:
description: Release candidate version (stable, like 1.0.0-rcv0014). Don't include a leading `v`.
description: Release candidate version (stable, like 1.3.0). Don't include a leading `v`.

current-stable:
required: true
description: Current version (stable, like 1.0.0-rcv0014). Don't include a leading `v`.
description: Current version (stable, like 1.2.0). Don't include a leading `v`.

candidate-beta:
description: Release candidate version (beta, like 0.70.0). Don't include `v`.
description: Release candidate version (beta, like 0.96.0). Don't include `v`.

current-beta:
required: true
description: Current version (beta, like 0.69.1). Don't include `v`.
description: Current version (beta, like 0.95.1). Don't include `v`.
jobs:
#validate-version format
validate-versions:
Expand Down

0 comments on commit 66bfe89

Please sign in to comment.