File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,15 @@ From pypi:
1515pip install openshift-python-wrapper --user
1616```
1717
18- ## Bump a version number
18+ ## Release new versioning
19+ ### requirements:
20+ * gh [ github cli] (https://github.com/cli/cli/releases/ )
21+ * export GREN_GITHUB_TOKEN=<TOKEN >
22+ ### usage:
23+ ``` bash
24+ ./release.sh v1.5.5
25+ ```
26+
1927* Update setup.cfg:
2028 Update version (for example: 1.5.0 -> 1.5.1) and
2129 download_url (for example: https://github.com/RedHatQE/openshift-python-wrapper/archive/refs/tags/v1.5.1.tar.gz )
Original file line number Diff line number Diff line change 11[metadata]
22name = openshift-python-wrapper
3- version = 1 .5.4
3+ version = vv1 .5.5
44author = Meni Yakove, Ruth Netser
5566description = Wrapper around https://github.com/openshift/openshift-restclient-python
77long_description = file: README.md
88long_description_content_type = text/markdown
99url = https://github.com/RedHatQE/openshift-python-wrapper
10- download_url = https://github.com/RedHatQE/openshift-python-wrapper/archive/refs/tags/v1 .5.4 .tar.gz
10+ download_url = https://github.com/RedHatQE/openshift-python-wrapper/archive/refs/tags/vvv1 .5.5 .tar.gz
1111
1212project_urls =
1313 Bug Tracker = https://github.com/RedHatQE/openshift-python-wrapper/issues
You can’t perform that action at this time.
0 commit comments