Commit 15b9275
Skip automatic helm chart bump for patch releases (#254)
## Summary
- Updates the `helm` job in `release.yml` to detect patch vs non-patch
releases from the git tag
- Non-patch releases (e.g. `v1.5.0`) → bump chart **minor** version
(e.g. `0.23.0` → `0.24.0`)
- Patch releases (e.g. `v1.5.1`) → bump chart **patch** version (e.g.
`0.23.0` → `0.23.1`)
- `appVersion` is always set from the git tag in both cases
## Test plan
- [ ] Tag a `.0` release → helm job bumps chart minor version
- [ ] Tag a patch release (e.g. `.1`) → helm job bumps chart patch
version
🤖 Generated with [Claude Code](https://claude.com/claude-code)
---------
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 6419f50 commit 15b9275
1 file changed
Lines changed: 13 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
102 | | - | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
103 | 107 | | |
104 | 108 | | |
105 | 109 | | |
106 | 110 | | |
107 | 111 | | |
108 | | - | |
109 | | - | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
110 | 120 | | |
111 | 121 | | |
112 | 122 | | |
| |||
0 commit comments