Skip to content

Commit 7b9e870

Browse files
committed
CONTRIBUTING: Remove bumpversion mentions
This isn't really relevant to average contributors IMO
1 parent 3e5101f commit 7b9e870

1 file changed

Lines changed: 0 additions & 16 deletions

File tree

CONTRIBUTING.md

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -65,19 +65,3 @@ at python-bugzilla@lists.fedorahosted.org using 'git send-email'.
6565
# Bug reports
6666

6767
Bug reports should be submitted as github issues, or sent to the mailing list
68-
69-
# Release and tag management
70-
71-
This project uses [bumpversion](https://github.com/peritus/bumpversion) to manage releases.
72-
73-
## Example release steps
74-
```sh
75-
# release the current version, eg: 2.2.0-dev -> 2.2.0
76-
bumpversion release
77-
78-
# prepare the next patch (z-stream) version, eg: 2.2.0 -> 2.2.1-dev
79-
bumpversion --no-tag patch
80-
81-
# else, prepare the next minor (y-stream) version, eg: 2.2.0 -> 2.3.0-dev
82-
bumpversion --no-tag minor
83-
```

0 commit comments

Comments
 (0)