From 220d5d59c3fc2389bdb4b866000a139a6d4d644d Mon Sep 17 00:00:00 2001 From: spwoodcock Date: Mon, 2 Feb 2026 18:20:22 +0000 Subject: [PATCH] docs: specify bumping appVersion in helm chart during release --- RELEASE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE.md b/RELEASE.md index 106165b..0aa21bc 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -38,7 +38,7 @@ npm run release:major # Major: 1.0.0 → 2.0.0 (breaking changes) **What Happens:** - ✅ Your feature commit stays as-is -- ✅ Version gets bumped in `package.json` +- ✅ Version gets bumped in `package.json` and `chart/Chart.yaml` - ✅ New release commit is created - ✅ Git tag is created (e.g., `v1.0.1`) - ✅ Everything gets pushed to GitHub