From 98e737fc278d7a2df63e1d3a727d1752c28a7a41 Mon Sep 17 00:00:00 2001 From: Christopher Angelo Phillips <32073428+spiffcs@users.noreply.github.com> Date: Mon, 27 Feb 2023 15:57:56 -0500 Subject: [PATCH] chore: update deprecated release flag (#1629) Signed-off-by: Christopher Phillips --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5a38b313adb..151f687bc12 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ TEMP_DIR := ./.tmp # Command templates ################################# LINT_CMD := $(TEMP_DIR)/golangci-lint run --tests=false GOIMPORTS_CMD := $(TEMP_DIR)/gosimports -local github.com/anchore -RELEASE_CMD := $(TEMP_DIR)/goreleaser release --rm-dist +RELEASE_CMD := $(TEMP_DIR)/goreleaser release --clean SNAPSHOT_CMD := $(RELEASE_CMD) --skip-publish --skip-sign --snapshot CHRONICLE_CMD = $(TEMP_DIR)/chronicle GLOW_CMD = $(TEMP_DIR)/glow