From 8febd78754d0f39a2ff7b0b32411251cc62378bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ljubo=20Nikoli=C4=87?= Date: Sat, 21 Oct 2023 00:37:23 +0200 Subject: [PATCH] resolve comments --- RELEASING.md | 4 ++-- helm/Chart.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/RELEASING.md b/RELEASING.md index 26dc486b..cbf38480 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -2,5 +2,5 @@ 1. Make sure `CHANGELOG.md` is up-to-date with all changes since last release. 2. Update versions in all three sub-package's `__init__.py` files. -3. Create a new release on `master` branch with https://github.com/jupyter-incubator/sparkmagic/releases/new — Tag format is "0.15.0", no "v" prefix. - +3. Update `appVersion` in [Chart.yaml](helm/Chart.yaml) +4. Create a new release on `master` branch with https://github.com/jupyter-incubator/sparkmagic/releases/new — Tag format is "0.15.0", no "v" prefix. diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 61803c9b..6be7b929 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -22,4 +22,4 @@ version: 0.1.0 # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "0.20.6" +appVersion: "0.21.0"