Automated versioning using ChangeSets (#442)
* feat: install changesets * chore: yarn changeset init * chore: add l2geth to the workspace so it can be seen by changeset * ci: add changeset release PR github action https://github.com/changesets/action * chore: set l2geth version to 0.2.0
Showing
.changeset/README.md
0 → 100644
.changeset/config.json
0 → 100644
l2geth/package.json
0 → 100644
| ... | @@ -4,6 +4,7 @@ | ... | @@ -4,6 +4,7 @@ |
| "license": "MIT", | "license": "MIT", | ||
| "workspaces": [ | "workspaces": [ | ||
| "packages/*", | "packages/*", | ||
| "l2geth", | |||
| "integration-tests" | "integration-tests" | ||
| ], | ], | ||
| "private": true, | "private": true, | ||
| ... | @@ -18,5 +19,8 @@ | ... | @@ -18,5 +19,8 @@ |
| "lint": "yarn lerna run lint", | "lint": "yarn lerna run lint", | ||
| "lint:ci": "yarn lerna run lint --parallel --since origin/master", | "lint:ci": "yarn lerna run lint --parallel --since origin/master", | ||
| "lint:fix": "yarn lerna run lint:fix" | "lint:fix": "yarn lerna run lint:fix" | ||
| }, | |||
| "dependencies": { | |||
| "@changesets/cli": "^2.16.0" | |||
| } | } | ||
| } | } |
This diff is collapsed.
Please register or sign in to comment