Skip to content

Commit 33b5a6c

Browse files
committed
docs(README.md): add deployment section
1 parent a938d28 commit 33b5a6c

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,13 @@ pipenv run uvicorn --host 0.0.0.0 --port 5000 app.main:app
4646
Run this command to run tests with coverage:
4747

4848
`python -m pytest --cov=app`
49+
50+
### Deploying
51+
52+
By running `cz bump` it automatically detecs the version to bump - major, minor or patch. It follows [SemVer](https://semver.org/) standard. Then when pushin the code to GitHub, it needs to be done like this:
53+
54+
```
55+
git push origin master --tags
56+
```
57+
58+
It will then push the code and the Azure Pipeline will create the GitHub release if the pipeline passes.

0 commit comments

Comments
 (0)