potiuk opened a new pull request, #64040: URL: https://github.com/apache/airflow/pull/64040
Simplify and fix the helm chart release process: - Remove `--version-suffix` option from `prepare-helm-chart-package` command — RC detection is no longer needed for packaging since docs staging URLs are handled separately - Remove the try/finally block that backed up and restored Chart.yaml for RC versions — no longer needed - Error out instead of silently updating when Chart.yaml version doesn't match the passed version parameter in `prepare-helm-chart-tarball` - Use `packaging.version.Version.is_prerelease` for RC detection in tarball preparation - Update helm release documentation: add staging docs URL to vote email template, add test procedure links, fix section heading anchors, clarify version bump instructions --- ##### Was generative AI tooling used to co-author this PR? - [X] Yes — Claude Code (Claude Opus 4.6) Generated-by: Claude Code (Claude Opus 4.6) following [the guidelines](https://github.com/apache/airflow/blob/main/contributing-docs/05_pull_requests.rst#gen-ai-assisted-contributions) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
