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 2a6e9d6514b6 Update release-process.md
2a6e9d6514b6 is described below

commit 2a6e9d6514b67295efb127a7e5db1e539dca5993
Author: Lari Hotari <[email protected]>
AuthorDate: Fri Mar 8 03:44:41 2024 -0800

    Update release-process.md
    
    Add release notes generation
---
 contribute/release-process.md | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/contribute/release-process.md b/contribute/release-process.md
index 5744bf6b6fc4..2a25bf35398a 100644
--- a/contribute/release-process.md
+++ b/contribute/release-process.md
@@ -376,8 +376,21 @@ git tag -u [email protected] v$VERSION_WITHOUT_RC -m 
"Release v$VERSION_WI
 git push origin v$VERSION_WITHOUT_RC
 ```
 
+### Create release notes in GitHub
+
 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.
 
+```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}
+```
+
+1. Open the above URL in a browser and create release notes by clicking 
"Create release from tag".
+2. Find "Previous tag: auto" in the UI above the text box and choose the 
previous release there.
+3. Click "Generate release notes".
+4. Review the generated release notes.
+5. Click "Publish release".  
+
 ### Release the artifacts on SVN
 
 Promote the artifacts on the release SVN repo 
https://dist.apache.org/repos/dist/release. Note that this repo is limited to 
PMC members, You may need a PMC member's help if you are not one:

Reply via email to