diff options
author | Kimmo Brunfeldt <kimmobrunfeldt@gmail.com> | 2014-07-06 22:22:35 +0300 |
---|---|---|
committer | Kimmo Brunfeldt <kimmobrunfeldt@gmail.com> | 2014-07-06 22:22:35 +0300 |
commit | 981a472a949a08b2ff283f242c3df6d41d1447b3 (patch) | |
tree | 97613a41159d05bb4737b331b222409b94496baf | |
parent | 252b81f0b0cfe69825d5e5562ee3e5227451d59c (diff) | |
download | git-hours-981a472a949a08b2ff283f242c3df6d41d1447b3.zip git-hours-981a472a949a08b2ff283f242c3df6d41d1447b3.tar.gz git-hours-981a472a949a08b2ff283f242c3df6d41d1447b3.tar.bz2 |
Remove duplicate release section
-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 |