Add release steps

This commit is contained in:
Fagner Brack
2016-07-03 18:07:38 +10:00
parent 2d70120cba
commit 4f6b54ac56

View File

@@ -19,3 +19,11 @@ Guidelines:
* If proposing a feature, make sure to discuss that as an issue first.
* Create a new [topic branch](https://github.com/dchelimsky/rspec/wiki/Topic-Branches) for every separate change you make.
* Execute `npm run lint && npm test` to make sure the tests pass and the code is consistent with the project standards.
Manual release steps
--------------------
* Bump version in `package.json`
* Create commit with the message "Release version x.x.x"
* Create Github tag and release
* Publish on npm: `git fetch && npm publish ./`