Skip to content

Commit

Permalink
Merge pull request #1385 from RonnyPfannschmidt/release-process-update
Browse files Browse the repository at this point in the history
update release process to ensure correct usage of base branches and p…
  • Loading branch information
nicoddemus committed Feb 14, 2016
2 parents 2a8d588 + 48424a6 commit 6f0d90c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion HOWTORELEASE.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ How to release pytest

Note: this assumes you have already registered on pypi.

0. create the branch release-VERSION
use features as base for minor/major releases
and master as base for bugfix releases

1. Bump version numbers in _pytest/__init__.py (setup.py reads it)

2. Check and finalize CHANGELOG
Expand Down Expand Up @@ -84,4 +88,5 @@ Note: this assumes you have already registered on pypi.
to the next Minor release version (i.e. if you released ``pytest-2.8.0``,
set it to ``pytest-2.9.0.dev1``).

14. merge the actual release into the features branch and do a pull request against it
14. merge the actual release into the master branch and do a pull request against it
15. merge from master to features

0 comments on commit 6f0d90c

Please sign in to comment.