From 55260b8692e7cc0b917ff57f86ef2654a92bdd28 Mon Sep 17 00:00:00 2001 From: Tillsa Date: Fri, 8 Oct 2021 12:11:12 +0200 Subject: [PATCH] Updated Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 181d99dd..9de1d0a7 100644 --- a/Makefile +++ b/Makefile @@ -51,7 +51,7 @@ new_release: @echo " make package_to_pypi" @echo "* Test doc creation" @echo "* git add CHANGELOG.txt bin/reademption docs/source/conf.py setup.py" - @echo " Also add the changed html pages of the docu" + @echo " Also add the changed html pages of the docu e.g.: git add -u (adds all modified files to repo)" @echo "* Commit changes e.g. 'git commit -m \"Set version to 0.4.X\"'" @echo "* Tag the commit e.g. 'git tag -a v0.4.X -m \"version v0.4.X\"'" @echo "* Merge release into dev and master"