Skip to content

Commit f222694

Browse files
switch releases to github format for attribution/credit
1 parent bbe45a3 commit f222694

3 files changed

Lines changed: 93 additions & 2 deletions

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": "FujoWebDev/fujocoded-plugins" }
6+
],
47
"commit": false,
58
"fixed": [],
69
"linked": [],

package-lock.json

Lines changed: 88 additions & 1 deletion
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
@@ -20,6 +20,7 @@
2020
"fix": "npm run format && npm run lint:fix"
2121
},
2222
"devDependencies": {
23+
"@changesets/changelog-github": "^0.7.0",
2324
"@changesets/cli": "^2.29.8",
2425
"oxfmt": "^0.46.0",
2526
"oxlint": "^1.61.0",

0 commit comments

Comments
 (0)