Skip to content

Commit 8382930

Browse files
committed
chore: add changesets <> github
1 parent cd75457 commit 8382930

File tree

3 files changed

+61
-3
lines changed

3 files changed

+61
-3
lines changed

.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.0.0/schema.json",
3-
"changelog": "@changesets/cli/changelog",
3+
"changelog": ["@changesets/changelog-github", { "repo": "replexica/replexica" }],
44
"commit": false,
55
"fixed": [],
66
"linked": [],

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
{
22
"scripts": {
33
"test": "turbo test",
4-
"build": "turbo build",
5-
"deploy": "turbo deploy"
4+
"build": "turbo build"
65
},
76
"devDependencies": {
87
"turbo": "latest"
@@ -12,6 +11,7 @@
1211
"node": ">=18"
1312
},
1413
"dependencies": {
14+
"@changesets/changelog-github": "^0.5.0",
1515
"@changesets/cli": "^2.27.1"
1616
}
1717
}

pnpm-lock.yaml

Lines changed: 58 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)