Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 7 additions & 8 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# last updated for goreleaser v1.14.1
version: 2

before:
hooks:
Expand All @@ -8,7 +8,7 @@ checksum:
name_template: 'checksums.txt'

snapshot:
name_template: 'SNAPSHOT-{{ .Commit }}'
version_template: 'SNAPSHOT-{{ .Commit }}'

changelog:
sort: asc
Expand Down Expand Up @@ -46,7 +46,7 @@ builds:
nfpms:
- package_name: otel-cli
homepage: https://github.com/tobert/otel-cli
maintainer: Amy Tobey <atobey@equinix.com>
maintainer: Amy Tobey <tobert@github.com>
description: OpenTelemetry CLI Application (Server & Client)
license: Apache 2.0
formats:
Expand All @@ -55,26 +55,25 @@ nfpms:
- rpm

archives:
- format: tar.gz
- formats: [ "tar.gz" ]
format_overrides:
- goos: windows
format: zip
formats: zip
builds_info:
group: root
owner: root
rlcp: true

brews:
# This means the repository must be tobert/homebrew-otel-cli
- name: "otel-cli"
url_template: "https://github.com/tobert/otel-cli/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
tap:
repository:
owner: "tobert"
name: "homebrew-otel-cli"
token: "{{ .Env.GITHUB_TOKEN }}"
commit_author:
name: "tobert"
email: "atobey@equinix.com"
email: "tobert@gmail.com"
homepage: "https://github.com/tobert/otel-cli"
description: "OpenTelemetry command-line tool for sending events from shell scripts & similar environments"
license: "Apache-2.0"
Expand Down