[llvm] r313609 - docs: Fix formatting in HowToReleaseLLVM

Tom Stellard via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 18 20:27:26 PDT 2017


Author: tstellar
Date: Mon Sep 18 20:27:26 2017
New Revision: 313609

URL: http://llvm.org/viewvc/llvm-project?rev=313609&view=rev
Log:
docs: Fix formatting in HowToReleaseLLVM

This is a follow up to r313608.

Modified:
    llvm/trunk/docs/HowToReleaseLLVM.rst

Modified: llvm/trunk/docs/HowToReleaseLLVM.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/HowToReleaseLLVM.rst?rev=313609&r1=313608&r2=313609&view=diff
==============================================================================
--- llvm/trunk/docs/HowToReleaseLLVM.rst (original)
+++ llvm/trunk/docs/HowToReleaseLLVM.rst Mon Sep 18 20:27:26 2017
@@ -263,18 +263,18 @@ You can use any of the following methods
 be merged into a release branch:
 
 #. Use the ``utils/release/merge-request.sh`` script which will automatically
-file a bug_ requesting that the patch be merged. e.g. To request revision
-12345 be merged into the branch for the 5.0.1 release:
-``llvm.src/utils/release/merge-request.sh -stable-version 5.0 -r 12345 -user bugzilla at example.com``
+   file a bug_ requesting that the patch be merged. e.g. To request revision
+   12345 be merged into the branch for the 5.0.1 release:
+   ``llvm.src/utils/release/merge-request.sh -stable-version 5.0 -r 12345 -user bugzilla at example.com``
 
 #. Manually file a bug_ with the subject: "Merge r12345 into the X.Y branch",
-enter the commit(s) that you want merged in the "Fixed by Commit(s)" and mark
-it as a blocker of the current release bug.  Release bugs are given aliases
-in the form of release-x.y.z, so to mark a bug as a blocker for the 5.0.1
-release, just enter release-5.0.1 in the "Blocks" field.
+   enter the commit(s) that you want merged in the "Fixed by Commit(s)" and mark
+   it as a blocker of the current release bug.  Release bugs are given aliases
+   in the form of release-x.y.z, so to mark a bug as a blocker for the 5.0.1
+   release, just enter release-5.0.1 in the "Blocks" field.
 
 #. Reply to the commit email on llvm-commits for the revision to merge and cc
-the release manager.
+   the release manager.
 
 .. _bug: https://bugs.llvm.org/
 




More information about the llvm-commits mailing list