Skip to content

Commit 6432262

Browse files
chore: change default for release (#9681)
Co-authored-by: Thomas Heartman <[email protected]>
1 parent 72e71b7 commit 6432262

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-new-version.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ on:
1414
version:
1515
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`.
1616
bump-main:
17-
description: Should we bump the package.json main version?
17+
description: I'm releasing from a branch and want the version number backported to main
1818
required: true
1919
type: boolean
20-
default: true
20+
default: false
2121
is-latest-version:
2222
description: Is this the latest version? If latest we'll update the version function, docker and npm latest
2323
required: true

0 commit comments

Comments
 (0)