We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e16396 commit bc20e66Copy full SHA for bc20e66
.binny.yaml
@@ -2,7 +2,7 @@ tools:
2
# we want to use a pinned version of binny to manage the toolchain (so binny manages itself!)
3
- name: binny
4
version:
5
- want: v0.7.0
+ want: v0.8.0
6
method: github-release
7
with:
8
repo: anchore/binny
@@ -58,7 +58,7 @@ tools:
58
# used to release all artifacts
59
- name: goreleaser
60
61
- want: v1.26.2
+ want: v2.0.0
62
63
64
repo: goreleaser/goreleaser
.goreleaser.yaml
@@ -1,3 +1,5 @@
1
+version: 2
+
release:
prerelease: auto
draft: false
@@ -80,7 +82,7 @@ nfpms:
80
82
- deb
81
83
84
brews:
- - tap:
85
+ - repository:
86
owner: anchore
87
name: homebrew-syft
88
token: "{{.Env.GITHUB_BREW_TOKEN}}"
0 commit comments