From 23a6a15a7def6c1d2c2838ac08f56552e8704d09 Mon Sep 17 00:00:00 2001 From: Jose Quintana Date: Tue, 9 Jun 2020 00:37:54 +0200 Subject: [PATCH] refactor: remove git tag latest on release tag target --- Makefile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Makefile b/Makefile index 8a7f80e..60db5c6 100644 --- a/Makefile +++ b/Makefile @@ -191,19 +191,14 @@ prod.release.files: .ONESHELL: prod.release.files prod.release.tag: - git tag -d latest - git push --delete origin latest - # Update docker files to latest tag per platform ./docker/version.sh v$(PKG_TAG) git add . git commit . -m "v$(PKG_TAG)" - git tag latest git tag v$(PKG_TAG) git push git push origin v$(PKG_TAG) - git push origin latest .ONESHELL: prod.release.tag prod.release.dockerfiles: -- libgit2 1.7.2