Clerk ensures that release notes can be generated from PRs by looking for
a release note in the PR description. You can add a note to your PR by
adding a single line to its description beginning with Notes:.
commit -m is for maintainers. Notes: is for users.
Describe the change in user terms.
```diffNotes: Fixed crash in Widget::OnSizeConstraintsChanged. ```
Omit notes for changes that users won't care about. ```diff
Notes: none ```
For consistency in notes, use the past tense and capitalize and punctuate your notes. ```diff
Notes: Removed upstream code that used private Mac APIs. ```
Multi-line release notes ```md Notes:
Your release bot overlords thank you.
$ claude mcp add clerk \
-- python -m otcore.mcp_server <graph>