mirror of
https://github.com/ansible/awx.git
synced 2026-05-08 09:57:35 -02:30
Correct markdown
This commit is contained in:
@@ -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
|
||||||
---------------
|
---------------
|
||||||
|
|||||||
Reference in New Issue
Block a user