diff --git a/package.json b/package.json index bb06a48e..6b176d27 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,8 @@ "deploy": "git checkout production && git merge master && git push && git push dokku master && git checkout master", "test": "ember test", "clean": "rm -rf ./node_modules ./bower_components ./dist ./tmp", - "clean:all": "npm run clean && npm cache clean && bower cache clean" + "clean:all": "npm run clean && npm cache clean && bower cache clean", + "postversion": "git push origin HEAD && git push --tags" }, "repository": "", "engines": {