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)" ]