Skip to content

Commit

Permalink
chore: force git tags on release
Browse files Browse the repository at this point in the history
  • Loading branch information
ioncreature committed Dec 24, 2021
1 parent 877bf3c commit 4f6bac0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"test:utils-general": "lerna run test --scope @energyweb/utils-general --stream",
"test:ci:e2e": "lerna run test:e2e --stream --ignore @energyweb/exchange-irec --ignore @energyweb/issuer-api && lerna run test:e2e --stream --scope @energyweb/exchange-irec --scope @energyweb/issuer-api",
"publish:canary": "lerna publish --yes --skip-git --exact --cd-version=prerelease --pre-dist-tag canary --preid=alpha.$BUILD_ID",
"publish:release": "lerna version --create-release github --conventional-commits --exact --yes --message \"chore(release): publish /skip-deploy\" && lerna publish from-git --yes",
"publish:release": "lerna version --create-release github --conventional-commits --exact --yes --force-git-tag --message \"chore(release): publish /skip-deploy\" && lerna publish from-git --yes",
"build:containers:canary": "lerna run build:container:canary --stream",
"build:containers:release": "lerna run build:container:latest --stream",
"publish:preview": "lerna publish --yes --skip-git --exact --cd-version=prerelease --pre-dist-tag preview --preid=$BUILD_ID",
Expand Down

0 comments on commit 4f6bac0

Please sign in to comment.