You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- If any APIs have changed, open a PR to update [`samples-typescript`](https://github.com/temporalio/samples-typescript/). Once merged, update the `next` branch:
209
+
210
+
```sh
211
+
git checkout next
212
+
git rebase origin/main
213
+
git push
214
+
```
215
+
206
216
### Updating published packages
207
217
208
218
`npm` commands we may need to use:
@@ -227,7 +237,7 @@ npm dist-tag rm temporalio next
0 commit comments