We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c11e4c9 commit ed3584cCopy full SHA for ed3584c
.goreleaser.yaml
@@ -150,6 +150,13 @@ snapcrafts:
150
publish: true
151
grade: stable
152
confinement: classic
153
- apps:
154
- chezmoi:
155
- completer: completions/chezmoi-completion.bash
+ # FIXME on 2020-02-06 the snapcraft store was automatically rejecting
+ # generated snaps with the message:
+ # chezmoi-completion.bash does not exist lint-snap-v2_completer (chezmoi)
156
+ # See, for example:
157
+ # https://dashboard.snapcraft.io/snaps/chezmoi/revisions/123/
158
+ # This might be related to the completer script being in a subdirectory.
159
+ # For now, disable bash completion.
160
+ # apps:
161
+ # chezmoi:
162
+ # completer: completions/chezmoi-completion.bash
0 commit comments