Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/release.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: Release
about: Tag a new release
title: 'Tag v<version>'
title: Tag v<version>
labels: ''
assignees: ''

Expand Down Expand Up @@ -43,6 +43,6 @@ assignees: ''
```bash
git tag ${VERSION} && git push origin ${VERSION}
```
1. [ ] Confirm that the new version was released to PyPI: https://pypi.org/project/python-openstack-odooclient
1. [ ] Confirm that the new version was released to PyPI: https://pypi.org/project/openstack-odooclient
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
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