Skip to content

Commit e69e621

Browse files
authored
Merge pull request #14180 from NixOS/release-process-drop-mergify
maintainers: Remove mergify note from release-process.md
2 parents d2a0a11 + 75b18a6 commit e69e621

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

maintainers/release-process.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,6 @@ release:
142142
$ git pull
143143
$ NEW_VERSION=2.13.0
144144
$ echo $NEW_VERSION > .version
145-
$ ... edit .mergify.yml to add the previous version ...
146145
$ git checkout -b bump-$NEW_VERSION
147146
$ git commit -a -m 'Bump version'
148147
$ git push --set-upstream origin bump-$NEW_VERSION

0 commit comments

Comments
 (0)