docs(release): require editorial GitHub notes - #946
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub. |
Greptile SummaryThis PR replaces generated-style GitHub release notes with editorial, user-focused guidance and records the documentation-only change using an empty Changeset.
Confidence Score: 4/5The release guidance should be corrected before merging because Homebrew users would be instructed to run an unsupported version-pinned update command. The new template applies Files Needing Attention: skills/hunk-release/SKILL.md Important Files Changed
Prompt To Fix All With AI### Issue 1
skills/hunk-release/SKILL.md:196
**Pinned updates break Homebrew**
When a Homebrew user follows the required `hunk update <version>` instruction, the updater rejects explicit versions with “Homebrew installs cannot select a specific Hunk version,” causing the documented upgrade to fail instead of updating Hunk. Provide Homebrew-specific guidance or exclude Homebrew from the pinned command.
---
For each issue above, determine whether it is valid and should be fixed. If so, fix it directly.Reviews (1): Last reviewed commit: "docs(release): require editorial GitHub ..." | Re-trigger Greptile |
| ## What's Changed | ||
| - Open with one short paragraph describing the release's product theme and user impact. | ||
| - Group a small number of meaningful changes under descriptive headings. Explain what users can now do; do not restate commit titles or reproduce the changelog. | ||
| - Include both upgrade and npm installation instructions using the exact release: `hunk update <version>` for existing managed installs and `npm install -g hunkdiff@<version>` for npm installs or first-time npm users. Add other installation-method-specific guidance only when relevant. |
There was a problem hiding this comment.
When a Homebrew user follows the required hunk update <version> instruction, the updater rejects explicit versions with “Homebrew installs cannot select a specific Hunk version,” causing the documented upgrade to fail instead of updating Hunk. Provide Homebrew-specific guidance or exclude Homebrew from the pinned command.
Prompt To Fix With AI
This is a comment left during a code review.
Path: skills/hunk-release/SKILL.md
Line: 196
Comment:
**Pinned updates break Homebrew**
When a Homebrew user follows the required `hunk update <version>` instruction, the updater rejects explicit versions with “Homebrew installs cannot select a specific Hunk version,” causing the documented upgrade to fail instead of updating Hunk. Provide Homebrew-specific guidance or exclude Homebrew from the pinned command.
---
For each issue above, determine whether it is valid and should be fixed. If so, fix it directly.
Summary
hunk updateand npm installation commands plus compatibility notesValidation
bunx oxfmt --check skills/hunk-release/SKILL.md .changeset/editorial-release-notes.mdgit diff --checkThis PR description was generated by Pi using gpt-5.6-sol