Skip to content

Commit 3a3461f

Browse files
Remove useless precision for pre-commit
Astroid do not have pre-commit
1 parent 628509f commit 3a3461f

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

doc/release.md

-14
Original file line numberDiff line numberDiff line change
@@ -37,17 +37,3 @@ Check the result and then upgrade the main branch
3737

3838
We move issue that were not done in the next milestone and block release only if it's an
3939
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

Comments
 (0)