Skip to content

Commit 50afbb5

Browse files
committed
chore: migrate changesets changelog generator
1 parent 659d5aa commit 50afbb5

3 files changed

Lines changed: 78 additions & 164 deletions

File tree

.changeset/config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"$schema": "https://unpkg.com/@changesets/config@3.1.2/schema.json",
33
"changelog": [
4-
"@svitejs/changesets-changelog-github-compact",
5-
{ "repo": "TanStack/intent" }
4+
"@changesets/changelog-github",
5+
{ "repo": "TanStack/intent", "disableThanks": true }
66
],
77
"commit": false,
88
"access": "public",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@
4747
},
4848
"devDependencies": {
4949
"@changesets/cli": "^2.29.8",
50+
"@changesets/changelog-github": "^0.7.0",
5051
"@faker-js/faker": "^10.2.0",
51-
"@svitejs/changesets-changelog-github-compact": "^1.2.0",
5252
"@tanstack/eslint-config": "0.4.0",
5353
"@types/node": "^25.0.7",
5454
"eslint": "^9.39.2",

0 commit comments

Comments
 (0)