We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 397bcf6 commit 80c3322Copy full SHA for 80c3322
Makefile
@@ -46,14 +46,14 @@ update: node_modules
46
.PHONY: path
47
patch: node_modules lint test build
48
pnpm exec versions patch package.json
49
- @$(MAKE) --no-print-directory publish
+ git push -u --tags origin master
50
51
.PHONY: minor
52
minor: node_modules lint test build
53
pnpm exec versions minor package.json
54
55
56
.PHONY: major
57
major: node_modules lint test build
58
pnpm exec versions major package.json
59
0 commit comments