releasing: s/master/main/
authorSimon Ser <contact@emersion.fr>
Mon, 8 Nov 2021 16:39:23 +0000 (17:39 +0100)
committerSimon Ser <contact@emersion.fr>
Tue, 21 Dec 2021 13:07:01 +0000 (13:07 +0000)
This default branch name has been changed. Update RELEASING
accordingly.

Signed-off-by: Simon Ser <contact@emersion.fr>
RELEASING

index 903c176..838ba2b 100644 (file)
--- a/RELEASING
+++ b/RELEASING
@@ -18,9 +18,9 @@ Follow these steps to release a new version of libdrm:
      builddir/meson-dist/ matches the number you bumped to. Move that
      tarball to the libdrm repo root for the release script to pick up.
 
-  3) Push the updated master branch with the bumped version number:
+  3) Push the updated main branch with the bumped version number:
 
-       git push origin master
+       git push origin main
 
      assuming the remote for the upstream libdrm repo is called origin.