We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72e71b7 commit 6432262Copy full SHA for 6432262
.github/workflows/publish-new-version.yaml
@@ -14,10 +14,10 @@ on:
14
version:
15
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`.
16
bump-main:
17
- description: Should we bump the package.json main version?
+ description: I'm releasing from a branch and want the version number backported to main
18
required: true
19
type: boolean
20
- default: true
+ default: false
21
is-latest-version:
22
description: Is this the latest version? If latest we'll update the version function, docker and npm latest
23
0 commit comments