Skip to content

Commit

Permalink
Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
joaomlourenco committed Oct 31, 2023
1 parent 60791d7 commit b5ed440
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 @@ -110,7 +110,7 @@ commit:
git cam "Version $(VERSION)."
git checkout main
git pull
git merge -m \"Merge branch 'develop'\" develop
git merge -m "Merge branch 'develop'" develop
git tag -a "$(VERSION)"
git push --all --tags
git checkout develop
Expand Down

0 comments on commit b5ed440

Please sign in to comment.