summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKimmo Brunfeldt <kimmobrunfeldt@gmail.com>2014-07-06 22:22:35 +0300
committerKimmo Brunfeldt <kimmobrunfeldt@gmail.com>2014-07-06 22:22:35 +0300
commit981a472a949a08b2ff283f242c3df6d41d1447b3 (patch)
tree97613a41159d05bb4737b331b222409b94496baf
parent252b81f0b0cfe69825d5e5562ee3e5227451d59c (diff)
downloadgit-hours-981a472a949a08b2ff283f242c3df6d41d1447b3.zip
git-hours-981a472a949a08b2ff283f242c3df6d41d1447b3.tar.gz
git-hours-981a472a949a08b2ff283f242c3df6d41d1447b3.tar.bz2
Remove duplicate release section
-rw-r--r--README.md10
1 files changed, 0 insertions, 10 deletions
diff --git a/README.md b/README.md
index 4e72896..3a7121f 100644
--- a/README.md
+++ b/README.md
@@ -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