Skip to content

Commit bec4942

Browse files
committed
Fix error in Makefile (major target was publishing minor version)
1 parent 85a18b4 commit bec4942

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ minor: test
1414
npm publish
1515

1616
major: test
17-
npm version minor -m "Bump version"
17+
npm version major -m "Bump version"
1818
git push origin master --tags
1919
npm publish
2020

0 commit comments

Comments
 (0)