We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4808895 commit cbb85b3Copy full SHA for cbb85b3
.github/workflows/turborepo-release.yml
@@ -26,12 +26,19 @@ on:
26
default: "prerelease"
27
type: choice
28
options:
29
+ # Bump the canary version of the existing semver release
30
- prerelease
31
+ # Bump to the next patch version, creating its first canary release
32
- prepatch
33
+ # Bump to the next minor version, creating its first canary release
34
- preminor
35
+ # Bump to the next major version, creating its first canary release
36
- premajor
37
+ # Bump to the next patch version
38
- patch
39
+ # Bump to the next minor version
40
- minor
41
+ # Bump to the next major version
42
- major
43
dry_run:
44
description: "Do a dry run, skipping the final publish step."
0 commit comments