diff --git a/Makefile b/Makefile index ed56311e..c39ba6c6 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ CHARTS_URL = https://buildkite.github.io/charts CT_IMAGE = quay.io/helmpack/chart-testing:v3.0.0 COMMIT = $(shell git rev-parse --short HEAD) -.PHONY: lint shellcheck clean build publish +.PHONY: lint shellcheck clean build release # Lints the chart changes against origin/master lint: