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
commit 05c005f29940e35bfe5981a91e4a8f222b21f271 Author: Lari Hotari <[email protected]> AuthorDate: Sat Sep 27 08:52:49 2025 +0300 Update release notes guide --- contribute/release-note-guide.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/contribute/release-note-guide.md b/contribute/release-note-guide.md index 124790112f9..30fd9581afc 100644 --- a/contribute/release-note-guide.md +++ b/contribute/release-note-guide.md @@ -110,9 +110,17 @@ If you are releasing multiple maintenance versions at once, you can use another Copy the "Client" and applicable entries from "Library updates" into the client-java release notes. +## Update release notes in GitHub releases + +Copy the file content to clipboard and paste to correct location by editing the release notes at https://github.com/apache/pulsar/releases + +```shell +cat release-notes/versioned/pulsar-${VERSION_WITHOUT_RC}.md | pbcopy +``` + ## Update the release note page -The following steps are handled by the script `./scripts/generate_release_notes.py`. +The following steps were handled by the script `./scripts/register_new_version.py`. 1. Copy the related release notes entries and add a [versioned release note file](https://github.com/apache/pulsar-site/tree/main/release-notes/versioned). 2. Update the [version metadata files](https://github.com/apache/pulsar-site/tree/main/data) (`release-*.js`). For apache/pulsar releases, this means updating `release-java.js` (Java client) and `release-pulsar.js` (Pulsar).
