Skip to content

Commit

Permalink
refactor: version and break line
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimeph committed Dec 10, 2024
1 parent 7527089 commit 1ec9412
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ lint: ## Execute linter
docker run --rm -v $(PWD):/app -w /app golangci/golangci-lint:v1.62.2 golangci-lint run -v

##@ Build

.PHONY: goreleaser
goreleaser: ## Execute goreleaser
goreleaser release --snapshot --clean
2 changes: 1 addition & 1 deletion plugin.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: lint-kcl
version: 0.0.0
version: 0.0.1
usage: Validate Helm values using KCL schemas
description: A Helm plugin to validate values.yaml using KCL schemas defined in schemas.k.
command: "$HELM_PLUGIN_DIR/bin/helm-lint-kcl"
Expand Down

0 comments on commit 1ec9412

Please sign in to comment.