Skip to content

Commit a829a9b

Browse files
committed
replace deprecations for goreleaser
1 parent e2cba71 commit a829a9b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ builds:
44
checksum:
55
name_template: 'checksums.txt'
66
snapshot:
7-
name_template: "{{ .Tag }}-next"
7+
version_template: "{{ .Tag }}-next"
88
changelog:
99
sort: asc
1010
filters:

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ build:
3434
build-arm:
3535
podman build --build-arg VERSION=dev --build-arg BUILD=dev --build-arg TARGETPLATFORM=linux/arm64 -t sealed-secrets-web .
3636

37-
docs: tb.helm-docs update-chart-version
37+
helm-docs: tb.helm-docs update-chart-version
3838
@$(TB_HELM_DOCS)
3939

4040
update-chart-version: tb.semver
@@ -43,7 +43,7 @@ update-chart-version: tb.semver
4343
sed -i "s/^version:.*$$/version: $${versionNum}/" ./chart/Chart.yaml; \
4444
sed -i "s/^appVersion:.*$$/appVersion: $${version}/" ./chart/Chart.yaml
4545

46-
helm-lint: docs
46+
helm-lint: helm-docs
4747
helm lint ./chart
4848

4949
helm-template:

0 commit comments

Comments
 (0)