Add branch-cutting task: rm rel-notes in master 02/73202/4
authorJamo Luhrsen <jluhrsen@redhat.com>
Tue, 19 Jun 2018 19:31:37 +0000 (12:31 -0700)
committerJamo Luhrsen <jluhrsen@redhat.com>
Thu, 4 Oct 2018 17:52:36 +0000 (10:52 -0700)
Issue: DOCS-94
Change-Id: I36cc8e62c2311ba72c1bb93cd7043581efcd4aeb
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
docs/release-process/branch-cutting.rst

index 70da8781ad1b3256c642cc9a9444d981efe58e1c..4353792284b0d8d4eb5e72f38c73bc2f73844d71 100644 (file)
@@ -179,3 +179,15 @@ Manual steps to version bump (Autorelease)
       The version bump patches can be merged more quickly by performing a local
       build with ``mvn clean deploy -DskipTests`` to prime Nexus with the new
       version updates.
+
+Documentation post branch tasks
+-------------------------------
+
+#. Git remove all files/directories from the docs/release-notes/* directory. **(Release Engineering Team)**
+
+  .. code-block:: bash
+
+      git checkout master
+      git rm -rf docs/release-notes/<project file and/or folder>
+      git commit -sm "Reset release notes for next dev cycle"
+      git review