Skip to content

Commit ac01ec0

Browse files
authored
chore: add @changesets/changelog-github plugin to Changesets config (#8)
1 parent 53af912 commit ac01ec0

File tree

4 files changed

+38
-8
lines changed

4 files changed

+38
-8
lines changed

.changeset/config.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
{
22
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
3-
"changelog": "@changesets/cli/changelog",
3+
"changelog": ["@changesets/changelog-github", { "repo": "offlegacy/git-intent" }],
44
"fixed": [["@git-intent/core", "@git-intent/cli"]],
55
"linked": [],
66
"access": "public",
77
"baseBranch": "main",
8+
"prettier": false,
89
"updateInternalDependencies": "patch",
910
"ignore": []
1011
}

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
},
2929
"devDependencies": {
3030
"@biomejs/biome": "^1.9.4",
31+
"@changesets/changelog-github": "^0.5.1",
3132
"@changesets/cli": "^2.29.2",
3233
"tsup": "^8.4.0",
3334
"turbo": "^2.5.2",

pnpm-lock.yaml

Lines changed: 35 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tsup.config.ts

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)