Polishing.

This commit is contained in:
Greg Turnquist
2019-04-02 16:46:42 -05:00
parent 13f0bdd258
commit 7dff10fb21

View File

@@ -47,9 +47,9 @@ With this pipeline in place, you can now activate and expose it:
2. With the release tagged, push the tagged version to the release branch.
----
% git checkout -b release
% git checkout -b release-2.1.x
% git reset --hard <tag>
% git push -f origin release
% git push -f origin release-2.1.x
----
NOTE: You can chain the previous set of commands together using `&&`.