1
0
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:
Gastón Fournier 2025-04-02 16:12:09 +02:00 committed by GitHub
parent 72e71b714d
commit 6432262be5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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