From 4f6b54ac568f776a6bf2dcf5768d528b48230357 Mon Sep 17 00:00:00 2001 From: Fagner Brack Date: Sun, 3 Jul 2016 18:07:38 +1000 Subject: [PATCH] Add release steps --- .github/CONTRIBUTING.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index fa5ead8..a55b632 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -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 ./` \ No newline at end of file