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