Skip to content

Commit

Permalink
fixup! chore: setup publish with changesets
Browse files Browse the repository at this point in the history
  • Loading branch information
shuta13 committed Apr 18, 2024
1 parent 2081882 commit 7a2ca71
Show file tree
Hide file tree
Showing 3 changed files with 88 additions and 3 deletions.
7 changes: 6 additions & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
{
"$schema": "https://unpkg.com/@changesets/config@3.0.0/schema.json",
"changelog": "@changesets/cli/changelog",
"changelog": [
"@changesets/changelog-github",
{
"repo": "CyberAgent/moldable"
}
],
"commit": false,
"fixed": [],
"linked": [],
Expand Down
83 changes: 81 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
"release": "changeset publish"
},
"devDependencies": {
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.1",
"@swc/core": "^1.4.12",
"@swc/jest": "^0.2.36",
Expand Down

0 comments on commit 7a2ca71

Please sign in to comment.