Skip to content

Commit 468311f

Browse files
authored
docs: Update release instructions again (#780)
1 parent 31d6f34 commit 468311f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ git-cliff --tag 1.0.1 v1.0.0..HEAD | pbcopy
171171

172172
We're [working on automating](https://github.com/temporalio/sdk-typescript/pull/395) the rest of the process:
173173

174-
- Log in to npm as `temporal-sdk-team`
174+
- Log in to npm as `temporal-sdk-team` (`npm whoami` and `npm login`)
175175
- Download the artifacts from [GitHub Actions](https://github.com/temporalio/sdk-typescript/actions)
176176
- Publish:
177177

@@ -184,6 +184,8 @@ npm ci
184184
npm run build
185185

186186
mkdir -p packages/core-bridge/releases
187+
188+
# in the next command, replace ~/gh/release-sdk-typescript with your dir
187189
for f in ~/Downloads/packages-*.zip; do mkdir "$HOME/Downloads/$(basename -s .zip $f)"; (cd "$HOME/Downloads/$(basename -s .zip $f)" && unzip $f && tar -xvzf @temporalio/core-bridge/core-bridge-*.tgz package/releases/ && cp -r package/releases/* ~/gh/release-sdk-typescript/packages/core-bridge/releases/); done
188190

189191
# we should now have all 5 build targets

0 commit comments

Comments
 (0)