index : static-web-server.git

ascending towards madness

author Jose Quintana <joseluisquintana20@gmail.com> 2020-06-08 22:37:54.0 +00:00:00
committer Jose Quintana <joseluisquintana20@gmail.com> 2020-06-08 22:37:54.0 +00:00:00
commit
23a6a15a7def6c1d2c2838ac08f56552e8704d09 [patch]
tree
f26fe9ef8761008b86029f04c60ae1c54a64be91
parent
0d7038fb0c3ee09f5253066470e90d9a9016081b
download
23a6a15a7def6c1d2c2838ac08f56552e8704d09.tar.gz

refactor: remove git tag latest on release tag target



Diff

 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: