From 0b716029db7f859dffa530eb34cf2ecd19030910 Mon Sep 17 00:00:00 2001 From: jeromew Date: Thu, 14 Mar 2019 18:52:46 +0000 Subject: [PATCH] Add major version support in Makefile --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Makefile b/Makefile index d7ec83d..c57d4a4 100644 --- a/Makefile +++ b/Makefile @@ -12,3 +12,8 @@ minor: test npm version minor -m "Bump version" git push origin master --tags npm publish + +major: test + npm version major -m "Bump version" + git push origin master --tags + npm publish