Skip to content

Commit fb4978a

Browse files
committed
contributing update file
1 parent 07445bb commit fb4978a

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

CONTRIBUTING.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,15 @@ If you're on the core team, you can release Bugsnag as follows:
9797
git checkout -b release/v4.x.x
9898
```
9999
100-
* Update the version number in [`setup.py`](./setup.py) and `bugsnag/notifier.py`(./bugsnag/notifier.py)
101-
* Update the CHANGELOG.md and README.md if necessary
100+
* Update the version number using the Makefile
101+
102+
```
103+
make bump VERSION=4.x.x
104+
```
105+
106+
This updates `VERSION`, `setup.py`, and `bugsnag/notifier.py` automatically.
107+
108+
* Update the CHANGELOG.md (change `## TBD` to `## v4.x.x (YYYY-MM-DD)`) and README.md if necessary
102109
* Commit and open a pull request into `master`
103110
* Merge the PR when it's been reviewed
104111
* Create a release on GitHub, tagging the new version `v4.x.x`

0 commit comments

Comments
 (0)