We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 628509f commit 3a3461fCopy full SHA for 3a3461f
doc/release.md
@@ -37,17 +37,3 @@ Check the result and then upgrade the main branch
37
38
We move issue that were not done in the next milestone and block release only if it's an
39
issue labelled as blocker.
40
-
41
-## Post release
42
43
-### Merge tags in main for pre-commit
44
45
-If the tag you just made is not part of the main branch, merge the tag `vX.Y.Z` in the
46
-main branch by doing a history only merge. It's done in order to signal that this is an
47
-official release tag, and for `pre-commit autoupdate` to works.
48
49
-```bash
50
-git checkout main
51
-git merge --no-edit --strategy=ours vX.Y.Z
52
-git push
53
-```
0 commit comments