From 3d6bafcc1edc9bb74794e73d88909024c2f5c2ab Mon Sep 17 00:00:00 2001 From: Callum Dickinson <2997843+Callum027@users.noreply.github.com> Date: Fri, 19 Dec 2025 16:40:35 +1300 Subject: [PATCH] Update release issue template --- .github/ISSUE_TEMPLATE/release.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/release.md b/.github/ISSUE_TEMPLATE/release.md index d61123b..4ee6ff6 100644 --- a/.github/ISSUE_TEMPLATE/release.md +++ b/.github/ISSUE_TEMPLATE/release.md @@ -1,7 +1,7 @@ --- name: Release about: Tag a new release -title: 'Tag v' +title: Tag v labels: '' assignees: '' @@ -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