Update RELEASING.md

master
Dmitri Sotnikov 4 years ago committed by GitHub
parent 9b688a23cb
commit 256cebdf7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -34,4 +34,9 @@ git push --follow-tags
vi package.json
git commit -am "version bump" && git push
# trigger deploy
git tag [version]
git push --tags
```