Skip to content

Commit 80c3322

Browse files
silverwindclaude
andcommitted
Remove local publish from version targets, let CI handle it
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 397bcf6 commit 80c3322

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,14 @@ update: node_modules
4646
.PHONY: path
4747
patch: node_modules lint test build
4848
pnpm exec versions patch package.json
49-
@$(MAKE) --no-print-directory publish
49+
git push -u --tags origin master
5050

5151
.PHONY: minor
5252
minor: node_modules lint test build
5353
pnpm exec versions minor package.json
54-
@$(MAKE) --no-print-directory publish
54+
git push -u --tags origin master
5555

5656
.PHONY: major
5757
major: node_modules lint test build
5858
pnpm exec versions major package.json
59-
@$(MAKE) --no-print-directory publish
59+
git push -u --tags origin master

0 commit comments

Comments
 (0)