diff options
-rw-r--r-- | README.md | 10 |
1 files changed, 0 insertions, 10 deletions
@@ -34,7 +34,6 @@ Documentation for git-hours developers. * Edit GitHub release notes - To see an example how to release minor/major, check https://github.com/geddski/grunt-release ## Test @@ -48,12 +47,3 @@ or npm test You need to have *mocha* installed globally with `npm install -g mocha`. - -## Release - -* Commit all changes -* Run `grunt release`, which will create new tag and publish code to GitHub - - Travis will release newest tag to NPM - -* Edit GitHub release notes |