We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 999fb53 commit 200228cCopy full SHA for 200228c
.goreleaser.yml
@@ -8,9 +8,6 @@ checksum:
8
name_template: 'checksums.txt'
9
snapshot:
10
version_template: "{{ .Tag }}-next"
11
-release:
12
- extra_files:
13
- - glob: ./dependency-licenses.csv
14
changelog:
15
sort: asc
16
filters:
.toolbox.mk
@@ -18,7 +18,7 @@ TB_SEMVER ?= $(TB_LOCALBIN)/semver
18
19
## Tool Versions
20
TB_GOLANGCI_LINT_VERSION ?= v2.1.6
21
-TB_GORELEASER_VERSION ?= v2.9.0
+TB_GORELEASER_VERSION ?= v2.10.2
22
TB_HELM_DOCS_VERSION ?= v1.14.2
23
TB_MOCKGEN_VERSION ?= v0.5.2
24
TB_SEMVER_VERSION ?= v1.1.3
0 commit comments