Skip to content

Commit 9c64b06

Browse files
chore: Switch changelog generator
1 parent 4f58e69 commit 9c64b06

4 files changed

Lines changed: 23 additions & 26 deletions

File tree

.changeset/config.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
{
22
"$schema": "https://unpkg.com/@changesets/config@3.1.1/schema.json",
3-
"changelog": ["@changesets/changelog-github", { "repo": "TanStack/config" }],
3+
"changelog": [
4+
"@svitejs/changesets-changelog-github-compact",
5+
{ "repo": "TanStack/config" }
6+
],
47
"commit": false,
58
"access": "public",
69
"baseBranch": "main",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
"changeset:publish": "changeset publish"
2525
},
2626
"devDependencies": {
27-
"@changesets/changelog-github": "catalog:",
2827
"@changesets/cli": "catalog:",
28+
"@svitejs/changesets-changelog-github-compact": "catalog:",
2929
"@types/node": "catalog:",
3030
"eslint": "catalog:",
3131
"jsdom": "catalog:",

pnpm-lock.yaml

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

pnpm-workspace.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ packages:
33
- packages/*
44

55
catalog:
6-
'@changesets/changelog-github': ^0.5.1
76
'@changesets/cli': ^2.28.1
87
'@commitlint/parse': ^19.5.0
98
'@eslint/js': ^9.21.0
109
'@stylistic/eslint-plugin-js': ^4.1.0
10+
'@svitejs/changesets-changelog-github-compact': ^1.2.0
1111
'@tanstack/query-core': ^5.66.11
1212
'@types/eslint': ^9.6.1
1313
'@types/interpret': ^1.1.3

0 commit comments

Comments
 (0)