aboutsummaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 149fb747b..59a8dccb5 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -182,7 +182,9 @@ git checkout nightly && git pull -r
182git checkout release 182git checkout release
183git merge --no-ff nightly --no-verify 183git merge --no-ff nightly --no-verify
184# <manually resolve conflicts> 184# <manually resolve conflicts>
185# <manually bump version with 'beta' name (if beta) in `package.json` and `package-lock.json`> 185# <manually bump version with 'beta' name (if beta) in `package.json`>
186# <run the build script for your OS from the `scripts` folder>
187# <add all pertinent changes to git>
186# <create commit> 188# <create commit>
187# <create tag> 189# <create tag>
188git push 190git push