Skip to content

Commit 8d0f360

Browse files
committed
fix: added @changesets/changelog-github
1 parent 2d0a2cb commit 8d0f360

File tree

3 files changed

+68
-1
lines changed

3 files changed

+68
-1
lines changed

.changeset/config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
3-
"changelog": ["@changesets/changelog-github", { "repo": "ineka/engine" }],
3+
"changelog": ["@changesets/changelog-github", { "repo": "ineka-dev/engine" }],
44
"commit": false,
55
"fixed": [],
66
"linked": [],

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
},
3030
"devDependencies": {
3131
"@antfu/eslint-config": "^2.27.0",
32+
"@changesets/changelog-github": "^0.5.0",
3233
"@changesets/cli": "^2.27.7",
3334
"@rollup/plugin-typescript": "^11.1.6",
3435
"@types/node": "^22.4.2",

pnpm-lock.yaml

+66
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)