Copilot commented on code in PR #350: URL: https://github.com/apache/fluss-rust/pull/350#discussion_r2819925965
########## website/docs/release/generate-release-note.md: ########## @@ -1,10 +1,10 @@ # Generate Release Note -Use GitHub's **Generate release notes** to produce a draft from merged PRs between tags. Categories (Added, Fixed, Docs, etc.) are configured in [.github/release.yml](../.github/release.yml). +Use GitHub's **Generate release notes** to produce a draft from merged PRs between tags. Categories (Added, Fixed, Docs, etc.) are configured in [.github/release.yml](https://github.com/apache/fluss-rust/blob/main/.github/release.yml). -1. Go to [Create a new release](https://github.com/apache/fluss-rust/releases/new). +1. Go to [Creating a Fluss Client Release](create-release.md). Review Comment: Step 1 links to `create-release.md`, but the subsequent steps describe UI actions on GitHub’s “Create a new release” page (choose tag, click “Generate release notes”). Consider linking directly to the GitHub release creation page (or to the specific section in `create-release.md` that opens that page) so the instructions are actionable. ```suggestion 1. Open the GitHub ["Create a new release" page](https://github.com/apache/fluss-rust/releases/new) for this repository. ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
