Skip to content

Commit

Permalink
Add back goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
bjee19 committed Nov 20, 2023
1 parent 8232b6a commit 6d0e48f
Showing 1 changed file with 24 additions and 24 deletions.
48 changes: 24 additions & 24 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,30 +28,30 @@ sboms:
documents:
- "${artifact}.spdx.json"

# blobs:
# - provider: azblob
# bucket: '{{.Env.AZURE_BUCKET_NAME}}'
#
# signs:
# - cmd: cosign
# artifacts: checksum
# output: true
# certificate: '${artifact}.pem'
# args:
# - sign-blob
# - "--output-signature=${signature}"
# - "--output-certificate=${certificate}"
# - "${artifact}"
# - "--yes"
#
# announce:
# slack:
# enabled: true
# channel: '#announcements'
# message_template: 'NGINX Gateway Fabric {{ .Tag }} is out! Check it out: {{ .ReleaseURL }}'
#
# milestones:
# - close: true
blobs:
- provider: azblob
bucket: '{{.Env.AZURE_BUCKET_NAME}}'

signs:
- cmd: cosign
artifacts: checksum
output: true
certificate: '${artifact}.pem'
args:
- sign-blob
- "--output-signature=${signature}"
- "--output-certificate=${certificate}"
- "${artifact}"
- "--yes"

announce:
slack:
enabled: true
channel: '#announcements'
message_template: 'NGINX Gateway Fabric {{ .Tag }} is out! Check it out: {{ .ReleaseURL }}'

milestones:
- close: true

snapshot:
name_template: 'edge'
Expand Down

0 comments on commit 6d0e48f

Please sign in to comment.