Skip to content

Commit

Permalink
remove changesets/changelog-github (#428)
Browse files Browse the repository at this point in the history
  • Loading branch information
notrab authored Oct 4, 2024
1 parent 34f5b20 commit aba5a70
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 46 deletions.
16 changes: 9 additions & 7 deletions .changeset/config.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
{
"$schema": "https://unpkg.com/@changesets/config@3.0.0/schema.json",
"changelog": [
"@changesets/changelog-github",
{
"repo": "namehash/namekit"
}
],
"changelog": "@changesets/cli/changelog",
"commit": false,
"fixed": [],
"linked": [],
"access": "public",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": ["nameguard.io", "storybook.namekit.io", "examples.nameguard.io", "namehashlabs.org", "nameguard-api", "@namehash/seo"]
"ignore": [
"nameguard.io",
"storybook.namekit.io",
"examples.nameguard.io",
"namehashlabs.org",
"nameguard-api",
"@namehash/seo"
]
}
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
},
"packageManager": "pnpm@9.12.0",
"devDependencies": {
"@changesets/changelog-github": "0.5.0",
"@changesets/cli": "2.27.8",
"eslint": "8.57.1",
"prettier": "3.3.3",
Expand Down
45 changes: 7 additions & 38 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit aba5a70

Please sign in to comment.