Skip to content

Commit f6b682a

Browse files
committed
RELEASING: start new dev cycle by tagging MAJOR.{MINOR+1}.0.dev0 in master
This is needed so setuptools-scm in master shows an accurate version. In particular, higher than the stable branch.
1 parent 701ff1f commit f6b682a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

RELEASING.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,14 @@ Both automatic and manual processes described above follow the same steps from t
122122

123123
#. Open a PR for ``cherry-pick-release`` and merge it once CI passes. No need to wait for approvals if there were no conflicts on the previous step.
124124

125+
#. For major and minor releases, tag the release cherry-pick merge commit in master with
126+
a dev tag for the next feature release::
127+
128+
git checkout master
129+
git pull
130+
git tag MAJOR.{MINOR+1}.0.dev0
131+
git push [email protected]:pytest-dev/pytest.git MAJOR.{MINOR+1}.0.dev0
132+
125133
#. Send an email announcement with the contents from::
126134

127135
doc/en/announce/release-<VERSION>.rst

0 commit comments

Comments
 (0)