miroir/scripts
jedarden 56585972ca fix(release): strip quotes from Chart.yaml appVersion in release-ready-check
The appVersion field in Chart.yaml has quotes around the value (e.g.
appVersion: "0.1.0"), which the release-ready-check.sh script was
including in the parsed value. This caused false positive failures
when comparing Cargo.toml version (0.1.0) with Chart.yaml appVersion
("0.1.0").

Fix by piping to tr -d '"' to strip the quotes.

Closes: miroir-qjt.6 (P8.6 Release mechanics)

All release mechanics acceptance criteria verified:
- bump-version.sh atomically updates all 3 files
- miroir-release.yaml handles tag-triggered releases
- Pre-release tags skip :latest and float tags
- release-ready-check.sh now correctly validates version sync

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-25 00:09:16 -04:00
..
bump-version.sh P8.6: Release mechanics — bump script, release-ready check, PR template, Argo CIs 2026-04-19 09:54:26 -04:00
changelog-lint.sh feat(ci): add changelog lint script and fix clippy warnings 2026-05-24 09:10:50 -04:00
coverage.sh feat(multi-search): implement timeout enforcement and acceptance tests (§13.11) 2026-05-24 01:54:20 -04:00
release-ready-check.sh fix(release): strip quotes from Chart.yaml appVersion in release-ready-check 2026-05-25 00:09:16 -04:00