From 9ad0d45b417a87404828221dbf936bf2973e40d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=B2=20Ribaudo?= Date: Wed, 14 Oct 2020 21:46:34 +0200 Subject: [PATCH] Update version check in proposal-class-static-block plugin --- Makefile | 8 -------- 1 file changed, 8 deletions(-) diff --git a/Makefile b/Makefile index dd8fbb6fe9..83b964855c 100644 --- a/Makefile +++ b/Makefile @@ -219,14 +219,6 @@ prepublish: IS_PUBLISH=true $(MAKE) test new-version: - @echo "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" - @echo "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" - @echo "!!!!!! !!!!!!" - @echo "!!!!!! Enable the check in proposal-class-static-block !!!!!!" - @echo "!!!!!! !!!!!!" - @echo "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" - @echo "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" - @exit 1 git pull --rebase $(YARN) release-tool version $(FORCE_PUBLISH)