Browse Source

Update RELEASING.md

Nicolás Venturo 6 years ago
parent
commit
c23b7ffbad
1 changed files with 1 additions and 0 deletions
  1. 1 0
      RELEASING.md

+ 1 - 0
RELEASING.md

@@ -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
 ```