From 842e77feb13bfb5d5ebbc5e09c2dde43c0656747 Mon Sep 17 00:00:00 2001 From: Mike McNeil Date: Thu, 8 Dec 2016 17:50:43 -0600 Subject: [PATCH] Update postpublish script. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8bdc36b..074bd05 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "scripts": { "test": "node ./node_modules/mocha/bin/mocha -b --reporter spec --timeout 10000", "prepublish": "./node_modules/grunt-cli/bin/grunt publish && npm test", - "postpublish": "cd dist && npm publish" + "postpublish": "cd dist && npm publish && echo && echo '--' && echo 'Now, assuming you have not pushed up your automatic \"npm version\" commit+tag yet, run:' && echo \"git tag -d v`npm show sails.io.js version` && git commit --amend -am '`npm show sails.io.js version`' && git tag v`npm show sails.io.js version`\" && echo 'Then do:' && echo 'git push && git push --tags'" }, "repository": { "type": "git",