mirror of
https://github.com/Unleash/unleash.git
synced 2025-08-04 13:48:56 +02:00
chore: change default for release (#9681)
Co-authored-by: Thomas Heartman <thomas@getunleash.io>
This commit is contained in:
parent
72e71b714d
commit
6432262be5
4
.github/workflows/publish-new-version.yaml
vendored
4
.github/workflows/publish-new-version.yaml
vendored
@ -14,10 +14,10 @@ on:
|
|||||||
version:
|
version:
|
||||||
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`.
|
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`.
|
||||||
bump-main:
|
bump-main:
|
||||||
description: Should we bump the package.json main version?
|
description: I'm releasing from a branch and want the version number backported to main
|
||||||
required: true
|
required: true
|
||||||
type: boolean
|
type: boolean
|
||||||
default: true
|
default: false
|
||||||
is-latest-version:
|
is-latest-version:
|
||||||
description: Is this the latest version? If latest we'll update the version function, docker and npm latest
|
description: Is this the latest version? If latest we'll update the version function, docker and npm latest
|
||||||
required: true
|
required: true
|
||||||
|
Loading…
Reference in New Issue
Block a user