From 4015018273607cd26404691fd4324a7cebdc8029 Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Sat, 4 Dec 2021 11:38:09 +0100 Subject: [PATCH] Improve readme for development --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) 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 +```