From fc270618adf04562a188931f210b2e8dacf90bf3 Mon Sep 17 00:00:00 2001 From: Enrico Sacchetti Date: Sat, 14 Jan 2023 19:34:47 -0500 Subject: [PATCH] chore: address review comments --- CONTRIBUTING.md | 8 ++++++-- package.json | 1 + 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 91e58ff9..42c1ff2a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -159,7 +159,11 @@ git merge upstream/master After you've pushed your changes to remote, submit your PR. Make sure you are comparing `/feature` to `origin/master`. -## Release +## Maintainer guide + +The following items only apply to project maintainers. + +### Release Locally, while on `master` and the branch is clean, run `yarn release`. This command will: @@ -167,7 +171,7 @@ Locally, while on `master` and the branch is clean, run `yarn release`. This com - Bump package.json version - Add notes to Changelog -Afterwards, perform the following manually: +This command will not create a commit nor tag. Afterwards, perform the following manually: ```sh # 1. Stage prepared files for a commit diff --git a/package.json b/package.json index d7925b18..587deeb5 100644 --- a/package.json +++ b/package.json @@ -71,6 +71,7 @@ "css" ], "contributors": [ + "Josef Aidt (https://github.com/josefaidt)", "Eric Liu (https://github.com/metonym)", "Enrico Sacchetti (https://github.com/theetrain)" ]