kaxil commented on a change in pull request #16924:
URL: https://github.com/apache/airflow/pull/16924#discussion_r667390993



##########
File path: dev/README_RELEASE_AIRFLOW.md
##########
@@ -84,13 +84,13 @@ The Release Candidate artifacts we vote upon should be the 
exact ones we vote ag
 - Clean the checkout: the sdist step below will
 
     ```shell script
-    rm -rf dist/*
     git clean -fxd

Review comment:
       `git clean -fxd` already removes `dist` dir:
   
   ```
   ❯ git clean -fxd
   
   Removing .bash_aliases
   Removing .bash_history
   Removing .build/
   Removing .idea/
   Removing .inputrc
   Removing .kube/
   Removing .mypy_cache/
   Removing dist/
   Removing files/
   Removing logs/
   ```




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