Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 524 Bytes

RELEASE.md

File metadata and controls

12 lines (8 loc) · 524 Bytes

Releasing the OpenTelemetry Collector Builder

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.1.1 -m "Release v0.1.1"
git push upstream v0.1.1

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