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

jedcunningham 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 5a4106d96e Fix a couple Airflow release doc errors (#31951)
5a4106d96e is described below

commit 5a4106d96e670b82004dd6fa221cf3c29b2496a9
Author: Jed Cunningham <[email protected]>
AuthorDate: Wed Jun 21 18:52:20 2023 -0600

    Fix a couple Airflow release doc errors (#31951)
---
 dev/README_RELEASE_AIRFLOW.md | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/dev/README_RELEASE_AIRFLOW.md b/dev/README_RELEASE_AIRFLOW.md
index 1332874d90..6a0eec4a83 100644
--- a/dev/README_RELEASE_AIRFLOW.md
+++ b/dev/README_RELEASE_AIRFLOW.md
@@ -588,15 +588,14 @@ Check if sources are the same as in the tag:
 ```bash
 cd X.Y.Zrc1
 tar -xvzf *-source.tar.gz
-pushd apache-airflow-X.Y.Zrc1
+pushd apache-airflow-X.Y.Z
 diff -r airflow "${SOURCE_DIR}"
-popd && rm -rf apache-airflow-X.Y.Zrc1
+popd && rm -rf apache-airflow-X.Y.Z
 ```
 
 The output should only miss some files - but they should not show any 
differences in the files:
 
 ```
-⌂6.50 [jarek:~/asf-dist/dev/airflow/2.6.2rc2/a] * 1 ‡ diff -r airflow 
~/code/airflow/
 Only in /Users/jarek/code/airflow: .DS_Store
 Only in /Users/jarek/code/airflow: .asf.yaml
 Only in /Users/jarek/code/airflow: .bash_aliases
@@ -618,7 +617,6 @@ popd && rm -rf a
 The output should only miss some files - but they should not show any 
differences in the files:
 
 ```
-⌂6.50 [jarek:~/asf-dist/dev/airflow/2.6.2rc2/a] * 1 ‡ diff -r airflow 
~/code/airflow/
 Only in /Users/jarek/code/airflow: .DS_Store
 Only in /Users/jarek/code/airflow: .asf.yaml
 Only in /Users/jarek/code/airflow: .bash_aliases
@@ -631,7 +629,7 @@ Check if sdist are the same as in the tag:
 
 ```bash
 cd X.Y.Zrc1
-tar -xvzf apachae-airflow-X.Y.Z.tar.gz
+tar -xvzf apache-airflow-X.Y.Z.tar.gz
 pushd apache-airflow-X.Y.Z
 diff -r airflow "${SOURCE_DIR}"
 popd && rm -rf apache-airflow-X.Y.Z
@@ -640,7 +638,6 @@ popd && rm -rf apache-airflow-X.Y.Z
 The output should only miss some files - but they should not show any 
differences in the files:
 
 ```
-⌂6.50 [jarek:~/asf-dist/dev/airflow/2.6.2rc2/a] * 1 ‡ diff -r airflow 
~/code/airflow/
 Only in /Users/jarek/code/airflow: .DS_Store
 Only in /Users/jarek/code/airflow: .asf.yaml
 Only in /Users/jarek/code/airflow: .bash_aliases

Reply via email to