Skip to content

Commit

Permalink
Docs: Stable branch updates per review
Browse files Browse the repository at this point in the history
  • Loading branch information
jwrober committed Feb 11, 2023
1 parent 4546cc0 commit a29719d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/Contributing/stable-branch.rst
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ main Longturn GitHub repository page and click on the projects tab.

As part of the review process, simply tag the PR to the project and add a ``back-port`` label to aid tracking.
Once the PR has been merged into ``master``, go get the commit ID(s) and add those to the appropriate column
in the project. Multiple Commit IDs should be separated by a space instead of a comma.
in the project. Multiple Commit IDs should be separated by a space.

Maintaining Tracked Back-Port Commit Candidates
===============================================
Expand All @@ -72,4 +72,4 @@ Follow these steps:
#. Copy and paste the values of the Commit ID column to a plain text file, such as :file:`commits.txt`
#. Run ``git cherry-pick -x $(cat commits.txt)``
#. Push ``stable`` to upstream: ``git push upstream``
#. Update the project sheet to denote which commits where back-ported.
#. Update the project sheet to denote which commits were back-ported.

0 comments on commit a29719d

Please sign in to comment.