Skip to content

Commit

Permalink
Merge pull request #4 from nikgraf/improve-changeset
Browse files Browse the repository at this point in the history
improve changeset setup
  • Loading branch information
nikgraf authored Jun 26, 2024
2 parents 5aa0222 + f1d43a3 commit 6c8c016
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
"access": "restricted",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": []
"ignore": ["react-yjs-example-app"]
}
9 changes: 9 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,17 @@ pnpm dev
pnpm test
```

## Adding a new Changeset

In root run:

```bash
pnpm changeset
```

## Publishing

```bash
pnpm changeset version
pnpm release
```
2 changes: 1 addition & 1 deletion examples/app/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "app",
"name": "react-yjs-example-app",
"private": true,
"version": "0.0.0",
"type": "module",
Expand Down
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"test": "CI=true pnpm --parallel run test"
},
"devDependencies": {
"@changesets/cli": "^2.27.6",
"@typescript-eslint/eslint-plugin": "^7.13.0",
"@typescript-eslint/parser": "^7.13.0",
"eslint": "^8.57.0",
Expand All @@ -19,8 +20,5 @@
"tsup": "^8.1.0",
"typescript": "^5.4.5"
},
"packageManager": "[email protected]",
"dependencies": {
"@changesets/cli": "^2.27.6"
}
"packageManager": "[email protected]"
}
3 changes: 1 addition & 2 deletions pnpm-lock.yaml

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

0 comments on commit 6c8c016

Please sign in to comment.