Skip to content

Commit

Permalink
Update README with release tag details
Browse files Browse the repository at this point in the history
Signed-off-by: Nana Essilfie-Conduah <[email protected]>
  • Loading branch information
Nana-EC committed Oct 11, 2023
1 parent 0b8f04d commit 2b75c12
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,16 @@ even though the only useful item for the _repository_ is the following:
| `TESTING` | false | DO NOT CHANGE |
| `TAG` | latest | DO NOT CHANGE |


## Release

The repo has Github Actions automation to generate docker images based on the latest changes in a branch.
To initiate the release for version `x.y.z` simply checkout branch `release/x.y` and run the following commands
```
git tag vx.y.z
git push origin vx.y.z
```

## Support

If you have a question on how to use the product, please see our
Expand Down

0 comments on commit 2b75c12

Please sign in to comment.