Skip to content

Commit

Permalink
Fix: un-automate git tagging
Browse files Browse the repository at this point in the history
  • Loading branch information
beeceej committed Oct 2, 2020
1 parent 36998a7 commit 230581a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,4 @@ Dockerfile:
clean:
rm Dockerfile

git-release:
git tag -a "$(VERSION)" -m "release $(VERSION)"
git push --tags

release: clean build push Dockerfile git-release
release: clean build push Dockerfile

0 comments on commit 230581a

Please sign in to comment.