Skip to content

Commit 1ec9412

Browse files
committed
refactor: version and break line
1 parent 7527089 commit 1ec9412

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ lint: ## Execute linter
3737
docker run --rm -v $(PWD):/app -w /app golangci/golangci-lint:v1.62.2 golangci-lint run -v
3838

3939
##@ Build
40+
4041
.PHONY: goreleaser
4142
goreleaser: ## Execute goreleaser
4243
goreleaser release --snapshot --clean

plugin.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: lint-kcl
2-
version: 0.0.0
2+
version: 0.0.1
33
usage: Validate Helm values using KCL schemas
44
description: A Helm plugin to validate values.yaml using KCL schemas defined in schemas.k.
55
command: "$HELM_PLUGIN_DIR/bin/helm-lint-kcl"

0 commit comments

Comments
 (0)