Skip to content

Commit

Permalink
Stop making automatic tags when bumping version
Browse files Browse the repository at this point in the history
  • Loading branch information
simlmx committed Jul 5, 2024
1 parent 41b908e commit 18f03b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ check-format:

.PHONY: bump-version
bump-version:
pnpm lerna version --force-publish --no-private
pnpm lerna version --force-publish --no-private --no-git-tag-version

.PHONY: publish
publish: check-format build test
Expand Down

0 comments on commit 18f03b1

Please sign in to comment.