Correct markdown

This commit is contained in:
James Laska
2014-12-04 12:44:25 -05:00
parent c05d746d73
commit 59ebc14f0d

View File

@@ -19,14 +19,14 @@ successful release.
4. Tag and push the release to git. 4. Tag and push the release to git.
# git tag <X.Y.Z> git tag <X.Y.Z>
# git push --tags git push --tags
5. Create and push a release branch to git. 5. Create and push a release branch to git.
# git branch release_<X.Y.Z> git branch release_<X.Y.Z>
# git checkout release_<X.Y.Z> git checkout release_<X.Y.Z>
# git push origin release_<X.Y.Z> git push origin release_<X.Y.Z>
Monitor Jenkins Monitor Jenkins
--------------- ---------------