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

heesung pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git


The following commit(s) were added to refs/heads/main by this push:
     new 253c30d38759 clean up src dir after artifact check
253c30d38759 is described below

commit 253c30d387595abedb1d5b4195ac7447dbcad2b8
Author: Heesung Sohn <[email protected]>
AuthorDate: Thu Mar 7 16:14:56 2024 -0800

    clean up src dir after artifact check
---
 contribute/release-process.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/contribute/release-process.md b/contribute/release-process.md
index da3ad61861fc..2821536f2347 100644
--- a/contribute/release-process.md
+++ b/contribute/release-process.md
@@ -193,6 +193,8 @@ Then, run Apache RAT to verify the license headers in the 
src package:
 tar -xvzf target/apache-pulsar-2.X.0-src.tar.gz
 cd apache-pulsar-2.X.0-src
 mvn apache-rat:check
+cd ..
+rm apache-pulsar-2.X.0-src
 ```
 
 Finally, use instructions in [verifying release 
candidates](validate-release-candidate.md) page to do some sanity checks on the 
produced binary distributions.

Reply via email to