Skip to content

Commit 06935f7

Browse files
author
uid10804
committed
build(makefile): include merged tags for lerna version
1 parent 4c03de0 commit 06935f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ download:
1818
.PHONY: publish-manually
1919
publish-manually:
2020
make install
21-
npx lerna version --force-publish --conventional-commits --create-release github
21+
npx lerna version --include-merged-tags --force-publish --conventional-commits --create-release github
2222
npx lerna publish from-git --yes
2323

2424
.PHONY: publish
2525
publish:
2626
make install
27-
npx lerna version patch --force-publish --conventional-commits --create-release github --yes
27+
npx lerna version patch --include-merged-tags --force-publish --conventional-commits --create-release github --yes
2828
npx lerna publish from-git --yes
2929

3030
.PHONY: start-test

0 commit comments

Comments
 (0)