Metadata-Version: 2.1
Name: openshift-python-utilities
Version: 4.13.9
Summary: A utilities repository for https://github.com/RedHatQE/openshift-python-wrapper
Author-email: Meni Yakove <myakove@gmail.com>, Ruth Netser <rnetser@gmail.com>
Project-URL: Homepage, https://github.com/RedHatQE/openshift-python-utilities
Project-URL: Download, https://pypi.org/project/openshift-python-utilities/
Project-URL: Bug Tracker, https://github.com/RedHatQE/openshift-python-utilities/issues
Project-URL: Documentation, https://github.com/RedHatQE/openshift-python-utilities/blob/main/README.md
Keywords: Openshift
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE

# openshift-python-utilities
Pypi: [openshift-python-utilities](https://pypi.org/project/openshift-python-utilities/)  
A utilities repository for [openshift-restclient-python](https://github.com/openshift/openshift-restclient-python)

## Release new version
### requirements:
* Export GitHub token
```bash
export GITHUB_TOKEN=<your_github_token>
```
* [release-it](https://github.com/release-it/release-it)
```bash
sudo npm install --global release-it
npm install --save-dev @release-it/bumper
```
### usage:
* Create a release, run from the relevant branch.  
To create a 4.11 release, run:
```bash
git checkout v4.11
git pull
release-it # Follow the instructions
```
