Skip to content
Open
Show file tree
Hide file tree
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
5 changes: 5 additions & 0 deletions .changeset/bright-pull-requests-open.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"hunkdiff": patch

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.

P1 Unrelated package release

This change only modifies the private website package, but the changeset schedules a patch release of the publishable hunkdiff CLI package. Release preparation will therefore increment the CLI/npm version and add a changelog entry for a change that is not part of the shipped package. Website-only changes use an empty changeset unless they also modify the CLI/package.

Suggested change
"hunkdiff": patch
Prompt To Fix With AI
This is a comment left during a code review.
Path: .changeset/bright-pull-requests-open.md
Line: 2

Comment:
**Unrelated package release**

This change only modifies the private website package, but the changeset schedules a patch release of the publishable `hunkdiff` CLI package. Release preparation will therefore increment the CLI/npm version and add a changelog entry for a change that is not part of the shipped package. Website-only changes use an empty changeset unless they also modify the CLI/package.

```suggestion

```

---

For each issue above, determine whether it is valid and should be fixed. If so, fix it directly.

Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!

---

List the hunk-gh extension for opening GitHub pull requests, commits, and ref comparisons from Hunk's command line in the extension marketplace.
9 changes: 9 additions & 0 deletions website/src/data/extensions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,15 @@ export type ExtensionEntry = ExtensionListing & ExtensionActivity;
* it with the sort control.
*/
export const EXTENSION_CATALOG: readonly ExtensionListing[] = [
{
repo: "modem-dev/hunk-gh",
name: "hunk-gh",
summary:
"Opens GitHub pull requests, commits, and ref comparisons in Hunk from the command line.",
categories: ["Command"],
version: "0.1.0",
apiVersion: 10,
},
{
repo: "modem-dev/hunk-hg",
name: "hunk-hg",
Expand Down
Loading