Closed kt3k closed 2 months ago
Please add https://github.com/denoland/deno_docker/pull/393/commits/82b7e9d96b54b56d7a1daebc0bcb7d4977e84817, else this will not work
Please add https://github.com/denoland/deno_docker/commit/82b7e9d96b54b56d7a1daebc0bcb7d4977e84817, else this will not work
Thanks! Added
I'll do a few experiments after landing this
This PR adds support of prerelease version upgrade with
version_bump
workflow.Now workflow dispatch UI shows the text input for prerelease id like the below:
If you like to append prerelease id in addition to normal version upgrade, you can specify the input like the below:
Note: The below example upgrades minor version and also append prerelease id (ex.
1.45.5
->1.46.0-rc.1
)If you like to only change the prerelease id, you can specify the inputs like the below:
If you like to only perform normal upgrade, you can keep the prerelease id blank.
I tested the above scenarios in this repo https://github.com/kt3k/bmp/actions/workflows/version_bump.yml