potiuk opened a new pull request, #67988:
URL: https://github.com/apache/airflow/pull/67988

   The "Remove old releases" step in the Helm chart release README kept the last
   2 chart versions and shipped a broken command: `cd cd`, a working-copy path
   that does not match where `asf-dist` is actually checked out, and a single
   hardcoded `PREVIOUS_VERSION`.
   
   ASF release policy requires `dist/release` to hold only the latest release,
   with superseded versions served from `archive.apache.org`. This updates the
   step to:
   
   - remove every version except the one just released,
   - fix the working-copy path to reuse `${AIRFLOW_SVN_RELEASE_HELM}` (set in 
the
     publish step) and drop the `cd cd` typo,
   - explain why removal must wait until the new `index.yaml` is published (so
     users who have not run `helm repo update` are not left with 404ing URLs).
   
   Docs-only change to `dev/README_RELEASE_HELM_CHART.md`.
   
   ---
   
   ##### Was generative AI tooling used to co-author this PR?
   
   - [X] Yes — Claude Code (Opus 4.8)
   
   Generated-by: Claude Code (Opus 4.8) 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]

Reply via email to