From 87f3524b8a65fff4854d2b263f1ff5a0cd3ad332 Mon Sep 17 00:00:00 2001 From: IagoLast Date: Thu, 10 May 2018 16:08:51 +0200 Subject: [PATCH] Add release scripts --- package.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 7896419..5153812 100644 --- a/package.json +++ b/package.json @@ -55,5 +55,11 @@ "shared components", "editor", "deep-insights" - ] + ], + "scripts": { + "bump": "npm version patch", + "bump:major": "npm version major", + "bump:minor": "npm version minor", + "postversion": "git push origin master --follow-tags" + } }