From f9bfbc6d9aa404c6f769278a27de3076703e70fb Mon Sep 17 00:00:00 2001 From: Hugo Alliaume Date: Fri, 5 Jul 2019 13:32:41 +0200 Subject: [PATCH] doc: manually publish a release --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 17afafcc..fa34c0df 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ You can lint the code with: ```bash $ yarn lint -$ yarn lint --fix # will automatically fix some errors +$ yarn lint --fix # will automatically fix some errors ``` ### Contribution @@ -69,3 +69,11 @@ $ yarn lint --fix # will automatically fix some errors ### Publishing a new release This is automatically done by Travis **every day** if there was a build in the last 24 hours. + +#### I don't want to wait + +When being authenticated to npm and GitHub, run: + +```bash +$ yarn semantic-release --no-ci +```