From 3ac9d9ba4cf0313fe34b2223d8f6bec96bb5c45e Mon Sep 17 00:00:00 2001 From: Mik Mueller <83001409+MikMuellerDev@users.noreply.github.com> Date: Tue, 9 Aug 2022 00:29:52 +0200 Subject: [PATCH] Add `release-slim` Make target without integration --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index f1d7f4a3..f3cc36d4 100644 --- a/Makefile +++ b/Makefile @@ -57,6 +57,7 @@ version: # Prepares everything for a version-release # In order to publish the release to official registries # run `make gh-release` and `make docker-push` +release-slim: cleanall lint build docker release: cleanall lint test build docker # Publishes the local release to Github releases