Skip to content

Commit

Permalink
replace deprecations for goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
bakito committed Nov 8, 2024
1 parent e2cba71 commit a829a9b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ builds:
checksum:
name_template: 'checksums.txt'
snapshot:
name_template: "{{ .Tag }}-next"
version_template: "{{ .Tag }}-next"
changelog:
sort: asc
filters:
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ build:
build-arm:
podman build --build-arg VERSION=dev --build-arg BUILD=dev --build-arg TARGETPLATFORM=linux/arm64 -t sealed-secrets-web .

docs: tb.helm-docs update-chart-version
helm-docs: tb.helm-docs update-chart-version
@$(TB_HELM_DOCS)

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

helm-lint: docs
helm-lint: helm-docs
helm lint ./chart

helm-template:
Expand Down

0 comments on commit a829a9b

Please sign in to comment.