From 6b45e8ce3a6fa4c1596cb7b9b5ee3320699009fb Mon Sep 17 00:00:00 2001 From: Rishi Raj Jain Date: Fri, 18 Aug 2023 11:31:13 +0530 Subject: [PATCH] update changeset config and contributing --- .changeset/config.json | 6 ++---- CONTRIBUTING.md | 8 ++++++++ 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/.changeset/config.json b/.changeset/config.json index ab848d1a1..91c0df52e 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -2,10 +2,8 @@ "$schema": "https://unpkg.com/@changesets/config@2.3.1/schema.json", "changelog": "@changesets/cli/changelog", "commit": false, - "fixed": [], "linked": [], - "access": "restricted", + "access": "public", "baseBranch": "main", - "updateInternalDependencies": "patch", - "ignore": [] + "updateInternalDependencies": "patch" } diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f0ff8a9a5..6dc6a2b60 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -38,3 +38,11 @@ You can build the project with: ```bash 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 +```