File tree Expand file tree Collapse file tree 1 file changed +1
-17
lines changed Expand file tree Collapse file tree 1 file changed +1
-17
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ From pypi:
1515pip install openshift-python-wrapper --user
1616```
1717
18- ## Release new versioning
18+ ## Release new version
1919### requirements:
2020* gh [ github cli] (https://github.com/cli/cli/releases/ )
2121* export GREN_GITHUB_TOKEN=<TOKEN >
@@ -24,22 +24,6 @@ pip install openshift-python-wrapper --user
2424./release.sh v1.5.5
2525```
2626
27- * Update setup.cfg:
28- Update version (for example: 1.5.0 -> 1.5.1) and
29- download_url (for example: https://github.com/RedHatQE/openshift-python-wrapper/archive/refs/tags/v1.5.1.tar.gz )
30- * Create branch for the version (v1.5.1)
31- * Create a new release in [ Github] ( https://github.com/RedHatQE/openshift-python-wrapper/releases ) (v1.5.1)
32- * Generate release notes for the new version [ how-to] (#changelog and release notes)
33- * Generate CHANGELOG.md [ how-to] (#changelog and release notes)
34-
35-
36- ## changelog and release notes
37- Changelog is generated using [ gren] ( https://github.com/github-tools/github-release-notes )
38- ``` bash
39- gren changelog --override
40- gren release --override
41- ```
42-
4327## docs
4428Docs are generated using [ pdoc] ( https://github.com/pdoc3/pdoc )
4529``` bash
You can’t perform that action at this time.
0 commit comments