Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion other/manual-releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ change is to release a new patch version.
Reference: #<the number of a relevant pull request, issue, or commit>
```

The number of times we've had to do a manual release is: 11
The number of times we've had to do a manual release is: 12
Copy link

Copilot AI Jan 30, 2026

Choose a reason for hiding this comment

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

The PR title "feat: manual release again 9.1.0" does not match the recommended format specified in lines 31-36 of this file. According to the documentation, a minor release should use the commit message format: "feat(release): manually release a minor version". The title should include the "(release)" scope and avoid adding version numbers or informal words like "again".

Copilot uses AI. Check for mistakes.
Copy link

Copilot AI Jan 30, 2026

Choose a reason for hiding this comment

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

The reference format in the PR description uses a full URL (#1665) instead of the shortened format specified in line 36 of this file. According to the documentation template, the reference should be in the format "#1665" rather than a full URL.

Copilot uses AI. Check for mistakes.