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 d913d3b5cdc9 Update release-process.md
d913d3b5cdc9 is described below
commit d913d3b5cdc96da7485f8ddd1ab0b4b054d86990
Author: Lari Hotari <[email protected]>
AuthorDate: Fri Mar 8 03:41:07 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 3fd8ec4ffede..5744bf6b6fc4 100644
--- a/contribute/release-process.md
+++ b/contribute/release-process.md
@@ -373,7 +373,7 @@ Create and push the final Git tag:
```shell
git tag -u [email protected] v$VERSION_WITHOUT_RC -m "Release
v$VERSION_WITHOUT_RC"
-git push origin $VERSION_WITHOUT_RC
+git push origin v$VERSION_WITHOUT_RC
```
Then, you can [create a GitHub
release](https://docs.github.com/en/repositories/releasing-projects-on-github/managing-releases-in-a-repository#creating-a-release)
based on the tag.