This is an automated email from the ASF dual-hosted git repository.

kaxilnaik pushed a commit to branch staging
in repository https://gitbox.apache.org/repos/asf/airflow-site.git

commit 2fa8f60fa7b7853eb521a11a3b54a73c4c5dd602
Author: Yeonguk Choo <[email protected]>
AuthorDate: Sat Nov 29 04:07:46 2025 +0900

    Fix Format release links for Apache Airflow announcements (#1296)
    
    * Fix Format release links for Apache Airflow announcements
    
    Updated links to include line breaks for better readability.
    
    * fixup! Fix Format release links for Apache Airflow announcements
    
    ---------
    
    Co-authored-by: Jarek Potiuk <[email protected]>
---
 .pre-commit-config.yaml                              |  2 +-
 .../site/content/en/announcements/_index.md          | 20 ++++++++++----------
 2 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 6024c9c464..da67f46b6e 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -37,7 +37,7 @@ repos:
         language: python
         language_version: python311
   - repo: https://github.com/woodruffw/zizmor-pre-commit
-    rev: 86ee5ea442ee969842e00913c6b76c060a7aa8ef  # frozen: v1.16.3
+    rev: 3e50ebcc1d478936bdb594f0b97f4f006cb4244f  # frozen: v1.17.0
     hooks:
       - id: zizmor
         name: Run zizmor to check for github workflow syntax errors
diff --git a/landing-pages/site/content/en/announcements/_index.md 
b/landing-pages/site/content/en/announcements/_index.md
index 86547a2285..ce96b1d07f 100644
--- a/landing-pages/site/content/en/announcements/_index.md
+++ b/landing-pages/site/content/en/announcements/_index.md
@@ -15,10 +15,10 @@ menu:
 
 We've just released Apache Airflow 3.1.3 🎉
 
-📦 PyPI: https://pypi.org/project/apache-airflow/3.1.3/
-📚 Docs: https://airflow.apache.org/docs/apache-airflow/3.1.3/
-🛠 Release Notes: 
https://airflow.apache.org/docs/apache-airflow/3.1.3/release_notes.html
-🐳 Docker Image: "docker pull apache/airflow:3.1.3"
+📦 PyPI: https://pypi.org/project/apache-airflow/3.1.3/ \
+📚 Docs: https://airflow.apache.org/docs/apache-airflow/3.1.3/ \
+🛠 Release Notes: 
https://airflow.apache.org/docs/apache-airflow/3.1.3/release_notes.html \
+🐳 Docker Image: "docker pull apache/airflow:3.1.3" \
 🚏 Constraints: https://github.com/apache/airflow/tree/constraints-3.1.3
 
 Thanks to all the contributors who made this possible.
@@ -29,8 +29,8 @@ Thanks to all the contributors who made this possible.
 
 This is the first official release of the `airflowctl` - new tool to remotely 
interact with your Airflow 3
 
-📦 PyPI: https://pypi.org/project/apache-airflow-ctl/
-📚 Docs: https://airflow.apache.org/docs/apache-airflow-ctl/stable/index.html
+📦 PyPI: https://pypi.org/project/apache-airflow-ctl/ \
+📚 Docs: https://airflow.apache.org/docs/apache-airflow-ctl/stable/index.html \
 🛠 Release Notes: 
https://airflow.apache.org/docs/apache-airflow-ctl/stable/changelog.html
 
 Thanks to all the contributors who made this possible.
@@ -39,10 +39,10 @@ Thanks to all the contributors who made this possible.
 
 We've just released Apache **Airflow 3.1.2** and **Task SDK 1.1.2**.
 
-📦 PyPI: https://pypi.org/project/apache-airflow/3.1.2/
-📚 Docs: https://airflow.apache.org/docs/apache-airflow/3.1.2/
-🛠 Release Notes: 
https://airflow.apache.org/docs/apache-airflow/3.1.2/release_notes.html
-🐳 Docker Image: "docker pull apache/airflow:3.1.2"
+📦 PyPI: https://pypi.org/project/apache-airflow/3.1.2/ \
+📚 Docs: https://airflow.apache.org/docs/apache-airflow/3.1.2/ \
+🛠 Release Notes: 
https://airflow.apache.org/docs/apache-airflow/3.1.2/release_notes.html \
+🐳 Docker Image: "docker pull apache/airflow:3.1.2" \
 🚏 Constraints: https://github.com/apache/airflow/tree/constraints-3.1.2
 
 # October 29, 2025

Reply via email to