This is an automated email from the ASF dual-hosted git repository.
djensen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar-dotpulsar.git
The following commit(s) were added to refs/heads/master by this push:
new fe0222c Update release-process.md
fe0222c is described below
commit fe0222c1a69af4eb2ff4923017239705ec3cca54
Author: entvex <[email protected]>
AuthorDate: Mon Apr 8 10:35:56 2024 +0200
Update release-process.md
Fixed git archive command
---
docs/release-process.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/release-process.md b/docs/release-process.md
index ee862f0..16bbde8 100644
--- a/docs/release-process.md
+++ b/docs/release-process.md
@@ -87,7 +87,7 @@ Check out the RC tag and package source code into a tarball:
git checkout $DOTPULSAR_VERSION_RC
git archive --format=tar.gz \
--output="$(pwd)/pulsar-dotpulsar-$DOTPULSAR_VERSION_RC/pulsar-dotpulsar-$DOTPULSAR_VERSION-src.tar.gz"
\
- --prefix="pulsar-dotpulsar-$DOTPULSAR_VERSION-src"
+ --prefix="pulsar-dotpulsar-$DOTPULSAR_VERSION-src/" HEAD
```
4. Artifact Staging & Signing.