Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
williamdes committed Nov 19, 2022
1 parent 1d31ce4 commit 6d24d5f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,13 @@ docker-test:
docker-compose -f ./docker/docker-compose-latest.test.yml up

update-tags:
git checkout main
git tag -s -f -a -m "latest version ($(shell make version))" latest
git checkout -
git push origin refs/tags/latest -f

tag:
@echo "Tagging: $(shell make version)"
git checkout main
sleep 3
git tag -s -a -m "$(shell make version)" "$(shell make version)"
git checkout -
git push origin "refs/tags/$(shell make version)"

version:
Expand Down

0 comments on commit 6d24d5f

Please sign in to comment.