diff --git a/README.md b/README.md index 952b96e..30d727a 100644 --- a/README.md +++ b/README.md @@ -87,11 +87,12 @@ 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