Skip to content

Commit 3e7c854

Browse files
authored
docs: Publish unchanged packages (#862)
1 parent f7d5ad2 commit 3e7c854

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ for f in ~/Downloads/packages-*.zip; do mkdir "$HOME/Downloads/$(basename -s .zi
192192
# we should now have all 5 build targets
193193
ls packages/core-bridge/releases/
194194

195-
npx lerna version patch # or major|minor|etc, or leave out to be prompted. either way, you get a confirmation dialog.
195+
npx lerna version patch --force-publish='*' # or major|minor|etc, or leave out to be prompted. either way, you get a confirmation dialog.
196196
npx lerna publish from-git # add `--dist-tag next` for pre-release versions
197197

198198
npm deprecate temporalio@^1.0.0 "Instead of installing temporalio, we recommend directly installing our packages: npm remove temporalio; npm install @temporalio/client @temporalio/worker @temporalio/workflow @temporalio/activity"

0 commit comments

Comments
 (0)