File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,9 +3,10 @@ Contributing
33------------
44
55- [ Fork] ( https://help.github.com/articles/fork-a-repo ) the [ notifier on github] ( https://github.com/bugsnag/bugsnag-python )
6+ - Create a new branch from ` next `
67- Commit and push until you are happy with your contribution
78- Run the tests
8- - [ Make a pull request] ( https://help.github.com/articles/using-pull-requests )
9+ - [ Make a pull request] ( https://help.github.com/articles/using-pull-requests ) into the ` next ` branch
910- Thanks!
1011
1112Running the tests
@@ -90,7 +91,7 @@ If you're on the core team, you can release Bugsnag as follows:
9091
9192## Making a release
9293
93- * Create branch for the release
94+ * Create branch for the release from `next`
9495
9596 ```
9697 git checkout -b release/v4.x.x
@@ -108,6 +109,7 @@ If you're on the core team, you can release Bugsnag as follows:
108109 python setup.py sdist bdist_wheel
109110 twine upload dist/*
110111 ```
112+ * After the release, create a PR to merge `master` back into `next` to keep the branches in sync.
111113
112114## Update docs.bugsnag.com
113115
You can’t perform that action at this time.
0 commit comments