mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
release v5.0.0 (#3209)
This commit is contained in:
parent
45cafaa420
commit
aa86e5a41e
@ -65,7 +65,7 @@ async function writeOutNewVersions() {
|
|||||||
function main() {
|
function main() {
|
||||||
const prereleaseParts: string[] = [getBuildChannel()];
|
const prereleaseParts: string[] = [getBuildChannel()];
|
||||||
|
|
||||||
if (versionInfo.prerelease) {
|
if (versionInfo.prerelease && versionInfo.prerelease.length > 1) {
|
||||||
prereleaseParts.push(versionInfo.prerelease[1].toString());
|
prereleaseParts.push(versionInfo.prerelease[1].toString());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
"productName": "OpenLens",
|
"productName": "OpenLens",
|
||||||
"description": "OpenLens - Open Source IDE for Kubernetes",
|
"description": "OpenLens - Open Source IDE for Kubernetes",
|
||||||
"homepage": "https://github.com/lensapp/lens",
|
"homepage": "https://github.com/lensapp/lens",
|
||||||
"version": "5.0.0-beta.13",
|
"version": "5.0.0",
|
||||||
"main": "static/build/main.js",
|
"main": "static/build/main.js",
|
||||||
"copyright": "© 2021 OpenLens Authors",
|
"copyright": "© 2021 OpenLens Authors",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user