Skip to content

Commit

Permalink
Update release instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
notmessenger committed Feb 11, 2018
1 parent a3b7881 commit 9e81658
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion RELEASE-INSTRUCTIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ This document captures the steps a project maintainer should follow when releasi
* Merge all desired pull requests into `master` branch
* Run these commands:
* `npm version x.x.x`, where *x.x.x* is the Semantic Version of the changeset
* Add entries to _CHANGELOG.MD_ file and commit them
* `git push origin master`
* `git push origin --tags`
* `npm publish --registry http://registry.npmjs.org/`
* Note: `--registry` flag is workaround for occasional issues with default SSL url
* Note: `--registry` flag is workaround for occasional issues with default SSL url

0 comments on commit 9e81658

Please sign in to comment.