Skip to content

Commit

Permalink
push commit & tag
Browse files Browse the repository at this point in the history
  • Loading branch information
CamJN committed Jan 23, 2024
1 parent aac8024 commit 2c255b8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ tag:
git add -A
git commit -m 'version $(VERSION)'
git tag '$(VERSION)'
git push tag '$(VERSION)'
git push origin HEAD:main
git push origin tag '$(VERSION)'

docs: doxygen.conf $(SOURCES) $(HEADERS)
doxygen -q doxygen.conf
Expand Down

0 comments on commit 2c255b8

Please sign in to comment.