From 2ca62be52e1fa8ca786a1c8a90067ecdee8aa136 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Behmo?= Date: Tue, 13 Oct 2020 15:16:44 +0200 Subject: [PATCH] Force running tests on creating release This will help us detect early issues with the releases. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 37e9d7d..6f8fc96 100644 --- a/Makefile +++ b/Makefile @@ -58,7 +58,7 @@ dist/tutor: nightly: ## Create a "nightly" release $(MAKE) tag TAG=nightly -release: ## Create a release tag and push it to origin +release: test ## Create a release tag and push it to origin $(MAKE) retag release-origin release-overhangio TAG=v$(shell make version) retag: