Skip to content

Commit 2165480

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

4 files changed

Lines changed: 75 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": "catalog:",
2526
"@changesets/cli": "catalog:",
2627
"@tsconfig/node24": "catalog:",
2728
"@types/node": "catalog:",

pnpm-lock.yaml

Lines changed: 69 additions & 0 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 & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ packages:
44

55
catalogs:
66
default:
7+
'@changesets/changelog-github': ^0.5.2
78
'@changesets/cli': ^2.29.8
89
'@floating-ui/vue': ^1.1.10
910
'@tsconfig/node24': ^24.0.4

0 commit comments

Comments
 (0)