You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Release type, `prerelase` is used by default
9
+
options:
10
+
- prerelease
11
+
- prepatch
12
+
- preminor
13
+
- premajor
14
+
default: prerelease
15
+
version:
16
+
type: string
17
+
required: false
18
+
description: If your build failed and the version is already exists you can set version of package manually, e.g. `3.0.0-alpha.0``. Use the prefix `alpha` otherwise you will get error.
0 commit comments