update changeset config and contributing
This commit is contained in:
@@ -2,10 +2,8 @@
|
|||||||
"$schema": "https://unpkg.com/@changesets/config@2.3.1/schema.json",
|
"$schema": "https://unpkg.com/@changesets/config@2.3.1/schema.json",
|
||||||
"changelog": "@changesets/cli/changelog",
|
"changelog": "@changesets/cli/changelog",
|
||||||
"commit": false,
|
"commit": false,
|
||||||
"fixed": [],
|
|
||||||
"linked": [],
|
"linked": [],
|
||||||
"access": "restricted",
|
"access": "public",
|
||||||
"baseBranch": "main",
|
"baseBranch": "main",
|
||||||
"updateInternalDependencies": "patch",
|
"updateInternalDependencies": "patch"
|
||||||
"ignore": []
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -38,3 +38,11 @@ You can build the project with:
|
|||||||
```bash
|
```bash
|
||||||
npm run build
|
npm run build
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Making a Pull Request
|
||||||
|
|
||||||
|
When making a pull request, be sure to add a changeset when something has changed with Documenso.
|
||||||
|
|
||||||
|
```shell
|
||||||
|
npm run changeset
|
||||||
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user