mirror of
https://github.com/garronej/ts-ci.git
synced 2025-11-30 21:43:05 +00:00
Use rc instead of beta
This commit is contained in:
parent
c9d3057053
commit
a75bdd36de
7 changed files with 57 additions and 57 deletions
|
|
@ -16,7 +16,7 @@ export const outputNames = [
|
|||
"from_version",
|
||||
"to_version",
|
||||
"is_upgraded_version",
|
||||
"is_release_beta"
|
||||
"is_pre_release"
|
||||
] as const;
|
||||
|
||||
|
||||
|
|
@ -35,7 +35,7 @@ export function getOutputDescription(inputName: typeof outputNames[number]): str
|
|||
case "from_version": return "Output of is_package_json_version_upgraded, string";
|
||||
case "to_version": return "Output of is_package_json_version_upgraded, string";
|
||||
case "is_upgraded_version": return "Output of is_package_json_version_upgraded, true|false";
|
||||
case "is_release_beta": return "Output of is_package_json_version_upgraded, true|false";
|
||||
case "is_pre_release": return "Output of is_package_json_version_upgraded, true|false";
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue