mirror of
https://github.com/ansible/awx.git
synced 2026-03-02 17:28:51 -03:30
Another attempt to correct markdown
This commit is contained in:
@@ -11,7 +11,9 @@ successful release.
|
|||||||
|
|
||||||
1. Verify that the `__version__` variable has been updated in `awx/__init__.py`.
|
1. Verify that the `__version__` variable has been updated in `awx/__init__.py`.
|
||||||
|
|
||||||
|
```
|
||||||
__version__ = 'X.Y.Z'
|
__version__ = 'X.Y.Z'
|
||||||
|
```
|
||||||
|
|
||||||
2. Update the rpm package changelog by adding a new entry to the file `packaging/rpm/ansible-tower.spec`.
|
2. Update the rpm package changelog by adding a new entry to the file `packaging/rpm/ansible-tower.spec`.
|
||||||
|
|
||||||
@@ -19,14 +21,18 @@ 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