Skip to content

Commit b51d555

Browse files
authored
[release] use @changesets/changelog-github for changelog format (vercel#79040)
See https://github.com/changesets/changesets/blob/main/packages/changelog-github/CHANGELOG.md for the format.
1 parent 3fc7d17 commit b51d555

File tree

3 files changed

+37
-2
lines changed

3 files changed

+37
-2
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": "vercel/next.js" }],
44
"commit": false,
55
"fixed": [["next", "@next/swc"]],
66
"linked": [],

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@
9595
"@babel/plugin-transform-object-rest-spread": "7.25.9",
9696
"@babel/preset-flow": "7.25.9",
9797
"@babel/preset-react": "7.26.3",
98+
"@changesets/changelog-github": "0.5.1",
9899
"@changesets/cli": "2.29.3",
99100
"@edge-runtime/jest-environment": "4.0.0",
100101
"@emotion/cache": "11.11.0",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)