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 b2a3d6d28a99 Update release-process.md
b2a3d6d28a99 is described below
commit b2a3d6d28a9911dcfb6914df9e5c5dcdcd7c27b3
Author: Heesung Sohn <[email protected]>
AuthorDate: Thu Mar 7 17:35:50 2024 -0800
Update release-process.md
revert
---
contribute/release-process.md | 2 --
1 file changed, 2 deletions(-)
diff --git a/contribute/release-process.md b/contribute/release-process.md
index 2821536f2347..da3ad61861fc 100644
--- a/contribute/release-process.md
+++ b/contribute/release-process.md
@@ -193,8 +193,6 @@ 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.