mirror of
https://github.com/ansible/awx.git
synced 2026-01-14 19:30:39 -03:30
Correct markdown
This commit is contained in:
parent
c05d746d73
commit
59ebc14f0d
@ -19,14 +19,14 @@ successful release.
|
||||
|
||||
4. Tag and push the release to git.
|
||||
|
||||
# git tag <X.Y.Z>
|
||||
# git push --tags
|
||||
git tag <X.Y.Z>
|
||||
git push --tags
|
||||
|
||||
5. Create and push a release branch to git.
|
||||
|
||||
# git branch release_<X.Y.Z>
|
||||
# git checkout release_<X.Y.Z>
|
||||
# git push origin release_<X.Y.Z>
|
||||
git branch release_<X.Y.Z>
|
||||
git checkout release_<X.Y.Z>
|
||||
git push origin release_<X.Y.Z>
|
||||
|
||||
Monitor Jenkins
|
||||
---------------
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user