potiuk opened a new pull request, #70648: URL: https://github.com/apache/airflow/pull/70648
The 2.11.2 release notes were written on the 2.11 branch but never copied to `main`, the way [#62271](https://github.com/apache/airflow/pull/62271) did for 2.11.1. `RELEASE_NOTES.rst` therefore jumps straight from 2.11.1 (2026-02-20) to Airflow 3.0, and every release-notes page built from `main` since inherits the gap — including the 3.2.2 and 3.3.0 docs, both published well after 2.11.2 shipped on 2026-03-11. This copies the 2.11.2 section verbatim from the `2.11.2` tag and drops it in front of 2.11.1, keeping the file's series-then-reverse-chronological order. `reproducible_build.yaml` is updated by the `update-reproducible-source-date-epoch` hook, same as the 2.11.1 copy. The already-published `3.2.2` and `3.3.0` doc archives stay as they are — those pages are frozen at their release builds, so restoring 2.11.2 there needs a docs republish from the corresponding release branches, which is a release-manager action rather than something this PR can do. closes: #69882 --- ##### Was generative AI tooling used to co-author this PR? - [X] Yes — Claude Code (Opus 5) Generated-by: Claude Code (Opus 5) 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]
