jedcunningham commented on code in PR #64083:
URL: https://github.com/apache/airflow/pull/64083#discussion_r2973206288


##########
dev/README_RELEASE_HELM_CHART.md:
##########
@@ -918,8 +937,19 @@ Update "Announcements" page at the [Official Airflow 
website](https://airflow.ap
 
 Create a new release on GitHub with the release notes and assets from the 
release svn.
 
+For this to make use the following:
+

Review Comment:
   ```suggestion
   ```
   
   We don't need it.



##########
dev/README_RELEASE_HELM_CHART.md:
##########
@@ -760,21 +776,20 @@ the binaries again, and gives a clearer history in the 
svn commit logs):
 
 ```shell
 # First clone the repo
-export VERSION=1.1.0
-export VERSION_SUFFIX=rc1
-svn checkout https://dist.apache.org/repos/dist/release/airflow airflow-release
+cd ${AIRFLOW_REPO_ROOT}/..
+[ -d asf-dist ] || svn checkout --depth=immediates 
https://dist.apache.org/repos/dist asf-dist
+svn update --set-depth=infinity asf-dist/release/airflow
 
 # Create new folder for the release
-cd airflow-release/helm-chart
+cd asf-dist/release/airflow/helm-chart

Review Comment:
   You missed the peer of this in the "Remove old releases" section.



-- 
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]

Reply via email to