aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2021-11-08 17:39:23 +0100
committerSimon Ser <contact@emersion.fr>2021-12-21 13:07:01 +0000
commit287cdb0390983b862a1dd4d8cda0a791d7701569 (patch)
treec2665b3772f838c6f56ea369752a04997742aa9a
parent0c620c5766c6bad588ef855832b62b9ad2390964 (diff)
downloadlibdrm-287cdb0390983b862a1dd4d8cda0a791d7701569.tar.gz
releasing: s/master/main/
This default branch name has been changed. Update RELEASING accordingly. Signed-off-by: Simon Ser <contact@emersion.fr>
-rw-r--r--RELEASING4
1 files changed, 2 insertions, 2 deletions
diff --git a/RELEASING b/RELEASING
index 903c1761..838ba2b2 100644
--- 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.