This is an automated email from the ASF dual-hosted git repository.
lhotari 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 0214b3152535 Update release-process.md
0214b3152535 is described below
commit 0214b31525356212b0c6ef39ff5c38e89f7082f5
Author: Lari Hotari <[email protected]>
AuthorDate: Fri Mar 8 03:45:33 2024 -0800
Update release-process.md
fix typo
---
contribute/release-process.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/contribute/release-process.md b/contribute/release-process.md
index 2a25bf35398a..4108654d814a 100644
--- a/contribute/release-process.md
+++ b/contribute/release-process.md
@@ -382,7 +382,7 @@ Then, you can [create a GitHub
release](https://docs.github.com/en/repositories/
```shell
# open this URL and create release notes by clicking "Create release from tag"
-echo https://github.com/apache/pulsar/releases/tag/pulsar-${VERSION_WITHOUT_RC}
+echo https://github.com/apache/pulsar/releases/tag/v${VERSION_WITHOUT_RC}
```
1. Open the above URL in a browser and create release notes by clicking
"Create release from tag".