Skip to content

Commit

Permalink
Fix makefile to reference release target
Browse files Browse the repository at this point in the history
  • Loading branch information
zapo authored Aug 30, 2020
1 parent 5e36fcb commit a03a9c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit a03a9c2

Please sign in to comment.