We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c03de0 commit 06935f7Copy full SHA for 06935f7
Makefile
@@ -18,13 +18,13 @@ download:
18
.PHONY: publish-manually
19
publish-manually:
20
make install
21
- npx lerna version --force-publish --conventional-commits --create-release github
+ npx lerna version --include-merged-tags --force-publish --conventional-commits --create-release github
22
npx lerna publish from-git --yes
23
24
.PHONY: publish
25
publish:
26
27
- npx lerna version patch --force-publish --conventional-commits --create-release github --yes
+ npx lerna version patch --include-merged-tags --force-publish --conventional-commits --create-release github --yes
28
29
30
.PHONY: start-test
0 commit comments