Download the latest release from the Releases page.
On macOS, use xattr -r -d com.apple.quarantine elastic-agent-changelog-tool
after downloading to allow the binary to run.
If you have a go
development environment setup, you can use go install
:
$ go install github.com/elastic/elastic-agent-changelog-tool@latest
Please make sure that you've correctly setup environment variables -
$GOPATH
and $PATH
, and elastic-agent-changelog-tool
should be accessible from your $PATH
.
Docker images for these project are available at docker.elastic.co/observability-ci/elastic-agent-changelog-tool
. You can pull the latest released tag with:
$ docker pull docker.elastic.co/observability-ci/elastic-agent-changelog-tool:<tag>
If you have a go
development environment, you can clone this repo and build the source files with:
$ git clone https://github.com/elastic/elastic-agent-changelog-tool.git
$ cd elastic-agent-changelog-tool
$ make build
elastic-agent-changelog-tool
binary will be created in the root folder.
Add it to your path.