Update RELEASING.md

This commit is contained in:
Nicolás Venturo
2019-01-04 17:35:08 -03:00
committed by GitHub
parent 350aae09d2
commit c23b7ffbad

View File

@ -57,6 +57,7 @@ Change the version string in `package.json`, `package-lock.json` and `ethpm.json
git add package.json package-lock.json ethpm.json
git commit -m "Release vX.Y.Z"
git tag -a vX.Y.Z
git push upstream release-vX.Y.Z
git push upstream vX.Y.Z
```