From f39f0634b1412c381679d5be6483924675d0c70c Mon Sep 17 00:00:00 2001 From: Sebastian Malton Date: Mon, 16 Aug 2021 12:34:19 -0400 Subject: [PATCH] release v5.2.0-beta.1 (#3610) * release v5.2.0-beta.1 Signed-off-by: Sebastian Malton * Fix CI Signed-off-by: Sebastian Malton --- .github/workflows/require-type-labels.yml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/require-type-labels.yml b/.github/workflows/require-type-labels.yml index 184ced5e9c..00a8545e91 100644 --- a/.github/workflows/require-type-labels.yml +++ b/.github/workflows/require-type-labels.yml @@ -10,4 +10,4 @@ jobs: with: mode: exactly count: 1 - labels: "enhancement, bug, chore, area/ci, area/tests, dependencies, area/documentation" + labels: "enhancement, bug, chore, area/ci, area/tests, dependencies, area/documentation, skip-changelog" diff --git a/package.json b/package.json index 1bad46ade7..fce4c5f5ea 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "productName": "OpenLens", "description": "OpenLens - Open Source IDE for Kubernetes", "homepage": "https://github.com/lensapp/lens", - "version": "5.1.4", + "version": "5.2.0-beta.1", "main": "static/build/main.js", "copyright": "© 2021 OpenLens Authors", "license": "MIT",