Skip to content

Commit ef029a0

Browse files
authored
chore: migrate changesets changelog generator (#646)
1 parent 0de0cba commit ef029a0

3 files changed

Lines changed: 67 additions & 185 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/ai" }
4+
"@changesets/changelog-github",
5+
{ "repo": "TanStack/ai", "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
@@ -52,9 +52,9 @@
5252
]
5353
},
5454
"devDependencies": {
55+
"@changesets/changelog-github": "^0.7.0",
5556
"@changesets/cli": "^2.30.0",
5657
"@faker-js/faker": "^10.1.0",
57-
"@svitejs/changesets-changelog-github-compact": "^1.2.0",
5858
"@tanstack/eslint-config": "0.4.0",
5959
"@tanstack/typedoc-config": "0.3.1",
6060
"@tanstack/vite-config": "0.4.1",

0 commit comments

Comments
 (0)