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

Release 6.1.6 (#6361)

* Release 6.1.6

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

* Filter release workflow via if instead of on (#6360)

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:02:47 -04:00 committed by GitHub
parent 5986842b0d
commit a1e129da11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 5 deletions

View File

@ -3,13 +3,10 @@ on:
pull_request:
types:
- closed
branches:
- master
- "release/v*.*"
jobs:
release:
name: Release
if: ${{ github.event.pull_request.merged == 'true' && contains(github.event.pull_request.labels.*.name, 'release') }}
if: ${{ 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')) }}
runs-on: ubuntu-latest
steps:
- name: Checkout Release from lens

View File

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