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
1.[ ] Make a new release tag PR on GitHub and link it here: (PR URL)
37
+
1.[ ] Merge the release tag PR.
38
+
1.[ ] Checkout the latest `main` branch:
39
+
```bash
40
+
git fetch && git checkout origin/main
41
+
```
42
+
1.[ ] Tag and push the latest release:
43
+
```bash
44
+
git tag ${VERSION}&& git push origin ${VERSION}
45
+
```
46
+
1.[ ] Confirm that the new version was released to PyPI: https://pypi.org/project/python-openstack-odooclient
47
+
1.[ ] Confirm that a new release was created on GitHub, and that the release notes are correct: https://github.com/catalyst-cloud/python-openstack-odooclient/releases
48
+
1.[ ] Run the following command to add the new release to the documentation on GitHub Pages:
49
+
```bash
50
+
uv run mike deploy --push --update-aliases ${VERSION} latest
51
+
```
52
+
1.[ ] Make sure that the docs website has been updated, and the Changelog page has the latest changes: https://catalyst-cloud.github.io/python-openstack-odooclient
0 commit comments