Skip to content

Commit

Permalink
Fix makefile bump target
Browse files Browse the repository at this point in the history
Signed-off-by: João Lourenço <[email protected]>
  • Loading branch information
joaomlourenco committed Oct 31, 2024
1 parent 9ec2877 commit 60bff2e
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 @@ -222,7 +222,7 @@ define mtp
git merge -m "Merge branch 'develop'" develop
git tag -f -a "v$(VERSION)" -m "Version $(VERSION)."
git push --all
git push --tags
git push -f --tags
git checkout develop
endef

Expand Down

0 comments on commit 60bff2e

Please sign in to comment.