Parcourir la source

Update RELEASING.md

Nicolás Venturo il y a 6 ans
Parent
commit
c23b7ffbad
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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
 ```