1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Release 6.1.8 (#6367)

* Release 6.1.8

Signed-off-by: Sebastian Malton <sebastian@malton.name>

* More debugging to understand why targetting isn't working (#6366)

Signed-off-by: Sebastian Malton <sebastian@malton.name>

Signed-off-by: Sebastian Malton <sebastian@malton.name>

Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
Sebastian Malton 2022-10-07 11:30:36 -04:00 committed by GitHub
parent 0a2387e7cd
commit 5d7b3ee4bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

@ -12,6 +12,8 @@ jobs:
run: |
echo "merged=${{ github.event.pull_request.merged }}"
echo "ref=${{ github.event.pull_request.base.ref }}"
echo "targets_master=${{ github.event.pull_request.base.ref == 'master' }}"
echo "targets_release_branch=${{ startsWith(github.event.pull_request.base.ref, 'release/v') }}"
echo "is_release=${{ contains(github.event.pull_request.labels.*.name, 'release') }}"
echo "should_continue=${{ github.event.pull_request.merged == 'true' && contains(github.event.pull_request.labels.*.name, 'release') && (github.event.pull_request.base.ref == 'master' || startsWith(github.event.pull_request.base.ref, 'release/v')) }}"
exit 1

View File

@ -3,7 +3,7 @@
"productName": "OpenLens",
"description": "OpenLens - Open Source IDE for Kubernetes",
"homepage": "https://github.com/lensapp/lens",
"version": "6.1.7",
"version": "6.1.8",
"main": "static/build/main.js",
"copyright": "© 2022 OpenLens Authors",
"license": "MIT",