Skip to content

Commit 7a51baf

Browse files
committed
conf: nicer changelog formatter
1 parent f9f555d commit 7a51baf

3 files changed

Lines changed: 71 additions & 1 deletion

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.2/schema.json",
3-
"changelog": "@changesets/cli/changelog",
3+
"changelog": [
4+
"@changesets/changelog-github",
5+
{ "repo": "vinpogo/vue-utils" }
6+
],
47
"commit": false,
58
"fixed": [],
69
"linked": [],

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
"changeset:publish": "pnpm build && changeset publish"
2323
},
2424
"devDependencies": {
25+
"@changesets/changelog-github": "^0.5.2",
2526
"@changesets/cli": "catalog:",
2627
"@tsconfig/node24": "catalog:",
2728
"@types/node": "catalog:",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)