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
Add issue templates, update docs version on release
* Add a GitHub issue template for bug reports.
* Add a GitHub issue template for tagging releases.
* Update the `tag` workflow to make sure that when updating the docs, the new version is added and set to the latest.
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.[ ] Confirm 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