Improve readme for development

This commit is contained in:
Gabriel Augendre 2021-12-04 11:38:09 +01:00
parent fbba1cbe2d
commit 4015018273
1 changed files with 11 additions and 0 deletions

View File

@ -42,3 +42,14 @@ The file passed in parameter will be deleted unless specified (`--keep` option o
## Versions
This project follows [Semantic Versioning](https://semver.org/).
## Development
### Release
```shell
inv full-test
poetry version <major/minor/patch>
git add .
git commit
inv tag <version>
inv publish publish-docker
```