summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.rst
diff options
context:
space:
mode:
authorholger krekel <holger@merlinux.eu>2015-03-27 09:27:31 +0100
committerholger krekel <holger@merlinux.eu>2015-03-27 09:27:31 +0100
commit81d7883884a337e24905e7bfc4b3c058e1ef70f8 (patch)
tree539c0cfcb8e77d19d267fb8e7682af8d73360986 /CONTRIBUTING.rst
parentad137d46a2fb9d5409f2d881fc94a2b24248de41 (diff)
downloadpytest-81d7883884a337e24905e7bfc4b3c058e1ef70f8.tar.gz
refine release process according to Bruno's feedback
--HG-- branch : release-checklist
Diffstat (limited to 'CONTRIBUTING.rst')
-rw-r--r--CONTRIBUTING.rst8
1 files changed, 6 insertions, 2 deletions
diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst
index 2e09f493b..73f391d75 100644
--- a/CONTRIBUTING.rst
+++ b/CONTRIBUTING.rst
@@ -147,7 +147,9 @@ the issues there and submit your pull requests.
$ hg clone ssh://hg@bitbucket.org/YOUR_BITBUCKET_USERNAME/pytest
$ cd pytest
- $ hg branch your-branch-name
+ $ hg up pytest-2.7 # if you want to fix a bug for the pytest-2.7 series
+ $ hg up default # if you want to add a feature bound for the next minor release
+ $ hg branch your-branch-name # your feature/bugfix branch
If you need some help with Mercurial, follow this quick start
guide: http://mercurial.selenic.com/wiki/QuickStart
@@ -197,7 +199,9 @@ the issues there and submit your pull requests.
branch: your-branch-name
target: pytest-dev/pytest
- branch: default
+ branch: default # if it's a feature
+ branch: pytest-VERSION # if it's a bugfix
+
.. _contribution-using-git: