[PATCH] D113513: [NFC] Inclusive language: replace master with main in benchmark docs

Quinn Pham via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 10 07:24:59 PST 2021


This revision was automatically updated to reflect the committed changes.
Closed by commit rG8cd1c2c8d3c4: [NFC] Inclusive language: replace master with main in benchmark docs (authored by quinnp).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D113513/new/

https://reviews.llvm.org/D113513

Files:
  llvm/utils/benchmark/releasing.md


Index: llvm/utils/benchmark/releasing.md
===================================================================
--- llvm/utils/benchmark/releasing.md
+++ llvm/utils/benchmark/releasing.md
@@ -1,6 +1,6 @@
 # How to release
 
-* Make sure you're on master and synced to HEAD
+* Make sure you're on main and synced to HEAD
 * Ensure the project builds and tests run (sanity check only, obviously)
     * `parallel -j0 exec ::: test/*_test` can help ensure everything at least
       passes


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D113513.386155.patch
Type: text/x-patch
Size: 484 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211110/91dc9fa2/attachment.bin>


More information about the llvm-commits mailing list