Improve readme for development
This commit is contained in:
parent
fbba1cbe2d
commit
4015018273
1 changed files with 11 additions and 0 deletions
11
README.md
11
README.md
|
@ -42,3 +42,14 @@ The file passed in parameter will be deleted unless specified (`--keep` option o
|
||||||
## Versions
|
## Versions
|
||||||
|
|
||||||
This project follows [Semantic Versioning](https://semver.org/).
|
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
|
||||||
|
```
|
||||||
|
|
Loading…
Reference in a new issue