Unverified Commit c23b7ffb by Nicolás Venturo Committed by GitHub

Update RELEASING.md

parent 350aae09
...@@ -57,6 +57,7 @@ Change the version string in `package.json`, `package-lock.json` and `ethpm.json ...@@ -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 add package.json package-lock.json ethpm.json
git commit -m "Release vX.Y.Z" git commit -m "Release vX.Y.Z"
git tag -a vX.Y.Z git tag -a vX.Y.Z
git push upstream release-vX.Y.Z
git push upstream vX.Y.Z git push upstream vX.Y.Z
``` ```
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment