mirror of
https://github.com/NixOS/nix.git
synced 2025-10-14 10:57:58 +08:00
maintainers: Remove mergify note from release-process.md
This commit is contained in:
@@ -142,7 +142,6 @@ release:
|
|||||||
$ git pull
|
$ git pull
|
||||||
$ NEW_VERSION=2.13.0
|
$ NEW_VERSION=2.13.0
|
||||||
$ echo $NEW_VERSION > .version
|
$ echo $NEW_VERSION > .version
|
||||||
$ ... edit .mergify.yml to add the previous version ...
|
|
||||||
$ git checkout -b bump-$NEW_VERSION
|
$ git checkout -b bump-$NEW_VERSION
|
||||||
$ git commit -a -m 'Bump version'
|
$ git commit -a -m 'Bump version'
|
||||||
$ git push --set-upstream origin bump-$NEW_VERSION
|
$ git push --set-upstream origin bump-$NEW_VERSION
|
||||||
|
Reference in New Issue
Block a user