diff --git a/README.md b/README.md index 6cc9602..d780bf9 100644 --- a/README.md +++ b/README.md @@ -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 +git add . +git commit +inv tag +inv publish publish-docker +```