Skip to content

Commit 86ae01d

Browse files
authored
feat: add contributor attribution to changelog (#52)
Switches from the default changelog generator to @changesets/changelog-github, which adds contributor names and PR links to each changelog entry automatically.
1 parent 5855065 commit 86ae01d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.changeset/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://unpkg.com/@changesets/config@3.1.1/schema.json",
3-
"changelog": "@changesets/cli/changelog",
3+
"changelog": ["@changesets/changelog-github", { "repo": "callstackincubator/agent-react-devtools" }],
44
"commit": false,
55
"fixed": [],
66
"linked": [],

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"release": "bun run build && changeset publish"
1717
},
1818
"devDependencies": {
19+
"@changesets/changelog-github": "^0.6.0",
1920
"@changesets/cli": "^2.27.0"
2021
}
2122
}

0 commit comments

Comments
 (0)