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
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/release.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
name: Release
3
3
about: Tag a new release
4
-
title: 'Tag v<version>'
4
+
title: Tag v<version>
5
5
labels: ''
6
6
assignees: ''
7
7
@@ -43,6 +43,6 @@ assignees: ''
43
43
```bash
44
44
git tag ${VERSION}&& git push origin ${VERSION}
45
45
```
46
-
1.[ ] Confirm that the new version was released to PyPI: https://pypi.org/project/python-openstack-odooclient
46
+
1.[ ] Confirm that the new version was released to PyPI: https://pypi.org/project/openstack-odooclient
47
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
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