Skip to content

Commit 3d6bafc

Browse files
authored
Update release issue template
1 parent 942c92c commit 3d6bafc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/ISSUE_TEMPLATE/release.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: Release
33
about: Tag a new release
4-
title: 'Tag v<version>'
4+
title: Tag v<version>
55
labels: ''
66
assignees: ''
77

@@ -43,6 +43,6 @@ assignees: ''
4343
```bash
4444
git tag ${VERSION} && git push origin ${VERSION}
4545
```
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
4747
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
4848
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

Comments
 (0)