summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/README.md b/README.md
index bfa01db..981f0b0 100644
--- a/README.md
+++ b/README.md
@@ -154,6 +154,12 @@ Build the project with:
npm run-script release
+Tag and publish the new versions to [npm](http://npmjs.com):
+
+ git tag 2.4.0
+ git push origin 2.4.0
+ npm publish
+
<!-- HISTORY/ -->
@@ -204,5 +210,3 @@ These amazing people have contributed code to this project:
[Become a contributor!](https://github.com/RobLoach/jquery-once/blob/master/CONTRIBUTING.md#files)
<!-- /BACKERS -->
-
-