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

jscheffl pushed a commit to branch v3-1-test
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/v3-1-test by this push:
     new 84e4c57e700 [v3-1-test] Fix formatting of commands to download RAT and 
unpacking it (#57327) (#57331)
84e4c57e700 is described below

commit 84e4c57e7000d79e2cf04787146ea0a8d6070915
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Oct 27 23:34:53 2025 +0100

    [v3-1-test] Fix formatting of commands to download RAT and unpacking it 
(#57327) (#57331)
    
    (cherry picked from commit d652899cdb537891bd510008a9ef334481731d10)
    
    Co-authored-by: Amogh Desai <[email protected]>
---
 dev/README_RELEASE_AIRFLOW.md | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/dev/README_RELEASE_AIRFLOW.md b/dev/README_RELEASE_AIRFLOW.md
index 50d05e57408..4aed6b4daa5 100644
--- a/dev/README_RELEASE_AIRFLOW.md
+++ b/dev/README_RELEASE_AIRFLOW.md
@@ -723,7 +723,12 @@ uv run check_files.py task-sdk -v ${TASK_SDK_VERSION} -p 
${PATH_TO_SVN}/task-sdk
 This can be done with the Apache RAT tool.
 
 Download the latest jar from https://creadur.apache.org/rat/download_rat.cgi 
(unpack the binary, the jar is inside)
+
+You can run this command to do it for you:
+
+```shell script
 wget -qO- 
https://dlcdn.apache.org//creadur/apache-rat-0.17/apache-rat-0.17-bin.tar.gz | 
gunzip | tar -C /tmp -xvf -
+```
 
 Unpack the release source archive (the `<package + version>-source.tar.gz` 
file) to a folder
 

Reply via email to