releasing: s/master/main/

This default branch name has been changed. Update RELEASING
accordingly.

Signed-off-by: Simon Ser <contact@emersion.fr>
main
Simon Ser 2021-11-08 17:39:23 +01:00
parent 0c620c5766
commit 287cdb0390
1 changed files with 2 additions and 2 deletions

View File

@ -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.