Update RELEASING.md
This commit is contained in:
parent
9b688a23cb
commit
256cebdf7c
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
```
|
||||
|
|
Reference in a new issue