Skip to content

Commit

Permalink
fix: changeset repo
Browse files Browse the repository at this point in the history
  • Loading branch information
hstove committed Apr 28, 2024
1 parent 655b2f7 commit 5769410
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .changeset/config.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
{
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
"changelog": [
"@changesets/changelog-github",
{ "repo": "mechanismHQ/clarigen" }
],
"changelog": ["@changesets/changelog-github", { "repo": "hstove/clarigen" }],
"commit": false,
"fixed": [["@clarigen/*", "demo-project"]],
"access": "public",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": []
}
}

0 comments on commit 5769410

Please sign in to comment.