Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 533 Bytes

RELEASE.md

File metadata and controls

12 lines (8 loc) · 533 Bytes

Releasing the Observatorium OpenTelemetry Collector distribution

This project uses goreleaser to manage the release of new versions.

To release a new version, simply add a tag named vX.Y.Z, like:

git tag -a v0.2.1 -m "Release v0.2.1"
git push upstream v0.2.1

A new GitHub workflow should be started, and at the end, a GitHub release should have been created, similar with the "Release v0.2.1".