From 302d2a1a10ac4530a03c50ed07cfdb5eb402a6c4 Mon Sep 17 00:00:00 2001 From: dadav <33197631+dadav@users.noreply.github.com> Date: Wed, 30 Aug 2023 14:28:52 +0200 Subject: [PATCH] chore: version++ --- .goreleaser.yaml | 2 +- .pre-commit-config.yaml | 2 +- cmd/helm-schema/version.go | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 41fc1de..aa10bf6 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -28,7 +28,7 @@ archives: # this name template makes the OS and Arch compatible with the results of uname. name_template: >- {{ .ProjectName }}_ - {{ .Version }}_ + {{- .Version }}_ {{- title .Os }}_ {{- if eq .Arch "amd64" }}x86_64 {{- else if eq .Arch "386" }}i386 {{- else }}{{ .Arch }}{{ end }} {{- if .Arm }}v{{ .Arm }}{{ end }} diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f3d55e2..f4e1e4e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ --- repos: - repo: https://github.com/dadav/helm-schema - rev: 0.4.3 + rev: 0.4.4 hooks: - id: helm-schema diff --git a/cmd/helm-schema/version.go b/cmd/helm-schema/version.go index 935b36c..c7456b4 100644 --- a/cmd/helm-schema/version.go +++ b/cmd/helm-schema/version.go @@ -1,3 +1,3 @@ package main -var version string = "0.4.3" +var version string = "0.4.4"