From e2eee054e8d2d7eac9e516c9536bb75eeffc710c Mon Sep 17 00:00:00 2001 From: Samuel Krieg Date: Tue, 5 Mar 2024 14:49:49 +0100 Subject: [PATCH] doc: clean release process --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 952b96e..7a70bf0 100644 --- a/README.md +++ b/README.md @@ -87,12 +87,13 @@ make install ## Release -``` -make clean build tests -git tag ... -git push && git push --tags -make install -``` +1. Freeze requirements +1. test, tag and push + ``` + make clean build tests + git tag ... + git push && git push --tags + ``` ## Execute locally