Skip to content

Commit

Permalink
changeset init
Browse files Browse the repository at this point in the history
  • Loading branch information
eps1lon committed Nov 25, 2019
1 parent 468f77e commit 7cde2fb
Show file tree
Hide file tree
Showing 4 changed files with 352 additions and 8 deletions.
8 changes: 8 additions & 0 deletions .changeset/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changesets

Hello and welcome! This folder has been automatically generated by `@changesets/cli`, a build tool that works
with multi-package repos, or single-package repos to help you version and publish your code. You can
find the full documentation for it [in our repository](https://github.com/changesets/changesets)

We have a quick list of common questions to get you started engaging with this project in
[our documentation](https://github.com/changesets/changesets/blob/master/docs/common-questions.md)
8 changes: 8 additions & 0 deletions .changeset/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
"changelog": "@changesets/cli/changelog",
"commit": false,
"linked": [],
"access": "restricted",
"baseBranch": "master"
}
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -167,5 +167,7 @@
"docs",
"framer"
],
"dependencies": {}
"dependencies": {
"@changesets/cli": "^2.4.0"
}
}
Loading

0 comments on commit 7cde2fb

Please sign in to comment.