Skip to content

Commit aba5589

Browse files
committed
chore: use @changesets/changelog-github as changelog formatter
1 parent da7ff51 commit aba5589

3 files changed

Lines changed: 105 additions & 1 deletion

File tree

.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": "mizdra/css-modules-kit" }],
44
"commit": false,
55
"fixed": [],
66
"linked": [],

package-lock.json

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

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
},
2727
"prettier": "@mizdra/prettier-config-mizdra",
2828
"devDependencies": {
29+
"@changesets/changelog-github": "^0.5.2",
2930
"@changesets/cli": "^2.29.7",
3031
"@eslint/css": "^0.10.0",
3132
"@mizdra/eslint-config-mizdra": "^6.1.0",

0 commit comments

Comments
 (0)