Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 921 Bytes

File metadata and controls

21 lines (13 loc) · 921 Bytes

Versioning and releasing

Solarwinds' OpenTelemetry Auto-Instrumentation Distro uses SemVer standard for versioning of its artifacts.

Snapshot builds

Every successful push to any branch builds and publishes the agent artifact to Stage latest and Stage latest(lambda).

Release cadence

We plan to release all unreleased changes in the main branch on the 3rd week of the month.

Making the release

ⓘ Take a look at generate-release-notes.sh to know how release note is generated.

  • Update the version in project's build.gradle file to the appropriate version
  • Make PR with version change to main branch
  • Run the release workflow