Skip to content

Commit 0f48fed

Browse files
committed
Add major version target in Makefile
1 parent 2002295 commit 0f48fed

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Makefile

+8
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,11 @@ minor: test
1313
git push origin master --tags
1414
npm publish
1515

16+
major: test
17+
npm version minor -m "Bump version"
18+
git push origin master --tags
19+
npm publish
20+
21+
22+
23+

0 commit comments

Comments
 (0)