Skip to content
Closed
Show file tree
Hide file tree
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
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [0.5.0] - 2025-04-21

Fork otel-cli to @tobert's personal github.

Comment on lines +3 to +4
Copy link

Copilot AI Apr 21, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[nitpick] Consider capitalizing 'GitHub' for consistency with standard branding.

Suggested change
Fork otel-cli to @tobert's personal github.
Fork otel-cli to @tobert's personal GitHub.

Copilot uses AI. Check for mistakes.
### Changed

- bump to goreleaser v2
- change package references to github.com/tobert
- merge PR from @alsuren
- add demos/30-trace-build-process/otel-wrapper-shim.sh
- automated dependency updates

## [0.4.6] - 2024-05-13

Build smaller binaries and add version subcommand.
Expand Down