aboutsummaryrefslogtreecommitdiff
path: root/RELEASING
diff options
context:
space:
mode:
Diffstat (limited to 'RELEASING')
-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.