We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c059db3 commit fe4ed21Copy full SHA for fe4ed21
.goreleaser.yaml
@@ -67,6 +67,8 @@ archives:
67
files:
68
- 'LICENSE*'
69
- 'README*'
70
+ - src: 'cmd/dbc/completions/dbc.*'
71
+ strip_parent: true
72
- src: '{{ .ArtifactPath }}*.sig'
73
strip_parent: true
74
# use zip for windows archives
@@ -318,9 +320,9 @@ homebrew_casks:
318
320
description: "A CLI utility for managing ADBC drivers"
319
321
skip_upload: auto # auto skips prereleases
322
completions:
- bash: cmd/dbc/completions/dbc.bash
- zsh: cmd/dbc/completions/dbc.zsh
323
- fish: cmd/dbc/completions/dbc.fish
+ bash: dbc.bash
324
+ zsh: dbc.zsh
325
+ fish: dbc.fish
326
repository:
327
owner: "columnar-tech"
328
name: "homebrew-tap"
0 commit comments