[PATCH] D37936: docs: Add instructions for how to submit a merge request

Tom Stellard via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 15 14:53:53 PDT 2017


tstellar created this revision.

https://reviews.llvm.org/D37936

Files:
  docs/HowToReleaseLLVM.rst


Index: docs/HowToReleaseLLVM.rst
===================================================================
--- docs/HowToReleaseLLVM.rst
+++ docs/HowToReleaseLLVM.rst
@@ -256,6 +256,22 @@
 from the Meta and its priority decreased to *normal*. Debugging can continue,
 but on trunk.
 
+Merge Requests
+--------------
+
+You can use any of the following methods to request that a revision from trunk
+be merged into a release branch:
+
+#. Use the ``utils/release/merge-request.sh`` script which will automatically file
+a bug at bugs.llvm.org requesting that the patch be merged. e.g.
+``$PROJ.src/utils/release/merge-request.sh -stable-version X.Y -r 12345 -user bugzilla at example.com``
+
+#. Manually file a bug at bugs.llvm.org with the subject: "Merge r12345 into the X.Y branch"
+and enter the commit(s) that you want merged in the "Fixed by Commit(s)" field.
+
+#. Reply to the commit email on llvm-commits for the revision to merge and cc
+ the release manager.
+
 Release Patch Rules
 -------------------
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D37936.115505.patch
Type: text/x-patch
Size: 1007 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170915/98fc3b19/attachment.bin>


More information about the llvm-commits mailing list