File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -83,8 +83,11 @@ Micro versions should instead read::
83
83
Check all active milestones for consistency. Older milestones should also backport
84
84
to higher meso versions (e.g. ``v3.6.3 `` and ``v3.6-doc `` should backport to both
85
85
``v3.6.x `` and ``v3.7.x `` once the ``v3.7.x `` branch exists and while PR backports are
86
- still targeting ``v3.6.x ``). Close milestones (and remilestone any issues/PRs) for versions
87
- which are unlikely to be produced.
86
+ still targeting ``v3.6.x ``).
87
+
88
+ Close milestones for versions that are unlikely to be released, e.g. micro versions of
89
+ older meso releases. Remilestone issues/PRs that are now untagged to the appropriate
90
+ future release milestone.
88
91
89
92
Create the milestone for the next-next meso release (i.e. ``v3.9.0 ``, as ``v3.8.0 ``
90
93
should already exist). While most active items should go in the next meso release,
@@ -296,7 +299,8 @@ it is important to move all branches away from the commit with the tag [#]_::
296
299
git commit --allow-empty
297
300
298
301
Push the branch to GitHub. This is done prior to pushing the tag as a last step in ensuring
299
- that the branch was fully up to date::
302
+ that the branch was fully up to date. If it fails, re-fetch and recreate commits and
303
+ tag over an up to date branch::
300
304
301
305
git push DANGER v3.7.x
302
306
You can’t perform that action at this time.
0 commit comments