Skip to content

Commit

Permalink
Update publish-new-version.yaml (#5691)
Browse files Browse the repository at this point in the history
Add more details about the how the version should be formatted. 

When trying to run this workflow, I'm always very unsure whether the
version should be prepended with a `v` or not. This should be clearly
stated in the description. If it doesn't matter, that should also be
stated explicitly.

Updated the texts after talking to @chriswk and making a release.
  • Loading branch information
thomasheartman authored Dec 20, 2023
1 parent 637b1b0 commit a9bf831
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-new-version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
workflow_dispatch:
inputs:
version:
description: What version would you like to use?
description: What version number would you like to use? The version number should be **without** a leading `v`, e.g. `5.7.1` or `6.2.4`.

jobs:
build:
Expand Down

0 comments on commit a9bf831

Please sign in to comment.