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 55260b8 commit 113138e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ new_release:
@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"
@echo " git checkout master"
@echo "* Merge release into dev and main"
@echo " git checkout main"
@echo " git merge release_v1.0.X"
@echo " git checkout dev"
@echo " git merge release_v1.0.X"
Expand Down

0 comments on commit 113138e

Please sign in to comment.