diff --git a/.goreleaser.yml b/.goreleaser.yml index 0d2606bc..1c48ac23 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -94,17 +94,10 @@ checksum: name_template: '{{ .ProjectName }}_v{{ .Version }}_SHA256SUMS' algorithm: sha256 signs: - - artifacts: checksum - args: - # if you are using this is in a GitHub action or some other automated pipeline, you - # need to pass the batch flag to indicate its not interactive. - - "--batch" - - "--local-user" - - "{{ .Env.GPG_FINGERPRINT }}" - - "--output" - - "${signature}" - - "--detach-sign" - - "${artifact}" + - cmd: signore + args: ["sign", "--dearmor", "--file", "${artifact}", "--out", "${signature}"] + artifacts: checksum + signature: ${artifact}.sig release: # If you want to manually examine the release before its live, uncomment this line: # draft: true diff --git a/CODEOWNERS b/CODEOWNERS index 8847bfdc..e2487081 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1 +1 @@ -* @JenGoldstrich @nywilken @lbajolet-hashicorp +* @hashicorp/packer