We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 701ff1f commit f6b682aCopy full SHA for f6b682a
RELEASING.rst
@@ -122,6 +122,14 @@ Both automatic and manual processes described above follow the same steps from t
122
123
#. 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.
124
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
133
#. Send an email announcement with the contents from::
134
135
doc/en/announce/release-<VERSION>.rst
0 commit comments