Skip to content

docs: clarify release notes verification steps#4960

Open
dariakp wants to merge 2 commits into
mainfrom
dariakp-patch-2
Open

docs: clarify release notes verification steps#4960
dariakp wants to merge 2 commits into
mainfrom
dariakp-patch-2

Conversation

@dariakp

@dariakp dariakp commented Jun 9, 2026

Copy link
Copy Markdown
Contributor

Description

Summary of Changes

Clarified release instructions around release note verification.

What is the motivation for this change?

Process clarity.

Double check the following

  • Lint is passing (npm run check:lint)
  • Self-review completed using the steps outlined here
  • PR title follows the correct format: type(NODE-xxxx)[!]: description
    • Example: feat(NODE-1234)!: rewriting everything in coffeescript
  • [N/A] Changes are covered by tests
  • [N/A] New TODOs have a related JIRA ticket

Clarify instructions for checking release notes completeness and organization.
Comment thread etc/notes/releasing.md Outdated
Comment thread etc/notes/releasing.md Outdated

@dariakp dariakp left a comment

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Additional clarifications

Co-authored-by: Daria Pardue <daria.pardue@mongodb.com>
@dariakp dariakp marked this pull request as ready for review June 9, 2026 18:40
@dariakp dariakp requested a review from a team as a code owner June 9, 2026 18:40
Copilot AI review requested due to automatic review settings June 9, 2026 18:40

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Clarifies the release process documentation by expanding the “release notes verification” guidance so maintainers can more consistently validate the generated notes before merging a release PR.

Changes:

  • Adds concrete verification checks for generated release notes (completeness and JIRA cross-check).
  • Clarifies when it’s acceptable to edit the release PR body directly vs. when to update source PRs and re-run release notes generation.

Comment thread etc/notes/releasing.md
- If there are a number of changes, edit the original PRs and post a new `run` comment
- Double check the result looks logically organized and complete
- As a rule of thumb, every `feat` and `fix` should have a corresponding release note
- Cross-reference the list of tickets in the corresponding jira release for consistency
@PavelSafronov PavelSafronov self-assigned this Jun 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants