summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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