Skip to content

Commit 8ef1d00

Browse files
committed
Chore: Update changeset config #1
1 parent 9d2b289 commit 8ef1d00

File tree

3 files changed

+156
-4
lines changed

3 files changed

+156
-4
lines changed

.changeset/config.json

+6-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
{
22
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
3-
"changelog": "@changesets/cli/changelog",
3+
"changelog": [
4+
"@changesets/changelog-github",
5+
{ "repo": "mincho-js/csstype " }
6+
],
47
"commit": false,
58
"fixed": [],
69
"linked": [],
7-
"access": "restricted",
8-
"baseBranch": "main",
10+
"access": "public",
11+
"baseBranch": "master",
912
"updateInternalDependencies": "patch",
1013
"ignore": []
1114
}

package-lock.json

+145
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"author": "Fredrik Nicol <[email protected]>",
1212
"license": "MIT",
1313
"devDependencies": {
14+
"@changesets/changelog-github": "^0.5.0",
1415
"@changesets/cli": "^2.27.7",
1516
"@types/chokidar": "^2.1.3",
1617
"@types/css-tree": "^2.3.1",
@@ -52,7 +53,10 @@
5253
"lazy": "tsc && npm run lint",
5354
"test": "jest --runInBand",
5455
"test:src": "jest src.*.ts",
55-
"test:dist": "jest dist.*.ts --runInBand"
56+
"test:dist": "jest dist.*.ts --runInBand",
57+
"changeset": "changeset",
58+
"version": "changeset version",
59+
"publish": "changeset publish"
5660
},
5761
"files": [
5862
"index.d.ts",

0 commit comments

Comments
 (0)