This is an automated email from the ASF dual-hosted git repository.
Miretpl pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new b628e46a2a8 Update doc (#70047)
b628e46a2a8 is described below
commit b628e46a2a855a5c75aeb7939ec99fc843286e2a
Author: Przemysław Mirowski <[email protected]>
AuthorDate: Fri Jul 17 21:52:42 2026 +0200
Update doc (#70047)
---
dev/README_RELEASE_AIRFLOW.md | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/dev/README_RELEASE_AIRFLOW.md b/dev/README_RELEASE_AIRFLOW.md
index 7e6005e75bb..33881515df9 100644
--- a/dev/README_RELEASE_AIRFLOW.md
+++ b/dev/README_RELEASE_AIRFLOW.md
@@ -1631,10 +1631,13 @@ Update the values of `airflowVersion`,
`defaultAirflowTag` and `appVersion` in t
will use the latest released version. You'll need to update
`chart/values.yaml`, `chart/values.schema.json` and
`chart/Chart.yaml`.
-Add or adjust significant `chart/newsfragments` to express that the default
version of Airflow has changed.
+Add or adjust already existing significant `chart/newsfragments` to express
that the default version of Airflow
+has changed.
In `chart/Chart.yaml`, make sure the screenshot annotations are still all
valid URLs.
+Add `backport-to-chart/v1-2x-test` for automatic backport PR creation for Helm
Chart 1.2x release line. Manual backport is required when automatic one will
fail.
+
## Update airflow/config_templates/config.yml file
File `airflow/config_templates/config.yml` contains documentation on all
configuration options available in Airflow. The `version_added` fields must be
updated when a new Airflow version is released.