Skip to content

Commit

Permalink
Release for version 0.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Scaffidi committed Oct 29, 2024
1 parent 02fe755 commit 9e6165e
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 @@ -344,7 +344,7 @@ helm: manifests kustomize helmify
.PHONY: release
release: config-update helm
git add ./config ./chart
git commit -m "Release for version $(VERSION)"
git commit -m "Release for version $(VERSION)" || true
git tag "v$(VERSION)"

.PHONY: config-update
Expand Down

0 comments on commit 9e6165e

Please sign in to comment.