From 0f980f11db4f2e722fdbe444d11437d3c7a8e49c Mon Sep 17 00:00:00 2001 From: Adhidarma Hadiwinoto <me@adhisimon.org> Date: Wed, 6 Nov 2019 13:50:43 +0700 Subject: [PATCH] Postupdate script --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index d7ca9a0..ef284a7 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,8 @@ "description": "Tools to migrate EVO to KOMODO", "main": "index.js", "scripts": { - "test": "mocha" + "test": "mocha", + "postversion": "git push && git push --tags" }, "repository": { "type": "git", -- 1.9.0