Skip to content

Commit

Permalink
Updated Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Tillsa committed Oct 8, 2021
1 parent f674c90 commit 55260b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 55260b8

Please sign in to comment.