Skip to content

Commit 0d5d7f6

Browse files
committed
Update README, Release section
1 parent c7ef0c8 commit 0d5d7f6

File tree

1 file changed

+1
-17
lines changed

1 file changed

+1
-17
lines changed

README.md

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ From pypi:
1515
pip 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
4428
Docs are generated using [pdoc](https://github.com/pdoc3/pdoc)
4529
```bash

0 commit comments

Comments
 (0)