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
7. Create a release PR (ensure you include an SDK Team Engineering Lead and the SDK Team Product Manager as reviewers) and gain approvals for it, then merge that to `main`
41
-
8. From the `main` branch, run `poetry build && poetry publish` to build and upload this new package to PyPi
42
-
9. Create a tag named like `v2.0.1` and push it to GitHub - e.g. `git tag v2.0.1 && git push origin v2.0.1`
43
-
10. Create the release on GitHub including populating the release notes
41
+
8. Build the synchronous REST client by running `poetry run unasync`
42
+
9. From the `main` branch, run `poetry build && poetry publish` to build and upload this new package to PyPi
43
+
10. Create a tag named like `v2.0.1` and push it to GitHub - e.g. `git tag v2.0.1 && git push origin v2.0.1`
44
+
11. Create the release on GitHub including populating the release notes
44
45
45
46
We tend to use [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator) to collate the information required for a change log update.
46
47
Your mileage may vary, but it seems the most reliable method to invoke the generator is something like:
0 commit comments