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 PRs came from external contributors, thank them & link their github handles: `([#484](link), thanks to [`@user`](https://github.com/user) 🙏)`
169
169
- Open PR with CHANGELOG change
170
+
- If using a custom [sdk-features](https://github.com/temporalio/sdk-features) branch for PR integration tests, make
171
+
sure the branch is fully up-to-date with `sdk-features``main` before merging the CHANGELOG PR
170
172
- Merge PR
171
173
- Checkout latest `main`
172
174
@@ -217,6 +219,9 @@ npm deprecate temporalio@^1.0.0 "Instead of installing temporalio, we recommend
217
219
rm packages/core-bridge/releases/
218
220
```
219
221
222
+
- If using a custom [sdk-features](https://github.com/temporalio/sdk-features/) branch for PR integration tests, merge
223
+
that branch into sdk-features `main` and update the SDK workflow definition to trigger `sdk-features``main`
224
+
220
225
- If any APIs have changed, open a PR to update [`samples-typescript`](https://github.com/temporalio/samples-typescript/). Once merged, update the `next` branch:
@@ -52,4 +50,4 @@ Thank you to everyone who has contributed 😃🙌
52
50
53
51
## Contributing
54
52
55
-
We welcome issues and PRs! Read our [contributing guide](CONTRIBUTING.md) to learn about our development process, how to propose bugfixes and improvements, and how to build and test your changes to the SDK.
53
+
We welcome issues and PRs! Read our [contributing guide](CONTRIBUTING.md) to learn about our development process, how to propose bugfixes and improvements, and how to build and test your changes to the SDK.
0 commit comments