diff --git a/RELEASE.md b/RELEASE.md index 0ec6b2c..69ef3fb 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -5,4 +5,5 @@ * Update README manually if the changes are not documented in-code. If so, run `scripts/generate-docs.js` * Commit * `$ git tag ` (see `git tag -l` for latest) +* `$ git push origin master --tags` * `$ npm publish .`