File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 6
6
- master
7
7
- " [0-9]+.[0-9]+.x"
8
8
tags :
9
- - " *"
9
+ - " [0-9]+.[0-9]+.[0-9]+"
10
+ - " [0-9]+.[0-9]+.[0-9]+rc[0-9]+"
10
11
11
12
pull_request :
12
13
branches :
Original file line number Diff line number Diff line change @@ -122,6 +122,14 @@ Both automatic and manual processes described above follow the same steps from t
122
122
123
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
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
+
125
133
#. Send an email announcement with the contents from::
126
134
127
135
doc/en/announce/release-<VERSION>.rst
You can’t perform that action at this time.
0 commit comments