Skip to content

Commit fe6146a

Browse files
committed
chore: Use my changeset changelog generator
1 parent af080e0 commit fe6146a

File tree

3 files changed

+169
-50
lines changed

3 files changed

+169
-50
lines changed

.changeset/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://unpkg.com/@changesets/config@2.3.1/schema.json",
33
"changelog": [
4-
"@changesets/changelog-github",
4+
"changesets-changelog-github-local",
55
{ "repo": "LekoArts/secco" }
66
],
77
"commit": false,

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@
7171
},
7272
"devDependencies": {
7373
"@antfu/eslint-config": "^5.0.0",
74-
"@changesets/changelog-github": "^0.5.1",
7574
"@changesets/cli": "^2.29.5",
7675
"@total-typescript/ts-reset": "^0.6.1",
7776
"@types/fs-extra": "^11.0.4",
@@ -81,6 +80,7 @@
8180
"@types/yargs": "^17.0.33",
8281
"@verdaccio/types": "^10.8.0",
8382
"@vitest/coverage-v8": "^3.2.4",
83+
"changesets-changelog-github-local": "^1.0.0",
8484
"eslint": "^9.32.0",
8585
"get-port": "^7.1.0",
8686
"lint-staged": "^16.1.2",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)