Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 1.7 KB

CONTRIBUTING.md

File metadata and controls

34 lines (27 loc) · 1.7 KB

Contributing

Read OpenTelemetry project contributing guide for general information about the project.

Prerequisites

  • Docker

Creating a new PR

If there is a CHANGELOG.md file in the component you are updating, please make sure to add an entry for your change in the "Unreleased" section.

Release instructions for maintainers

  1. Add new desired version number in all CHANGELOG.md files (instead of "Unreleased") and ensure no (relevant) entries are missing
  2. Create the release at https://github.com/open-telemetry/build-tools/releases/new
    1. Tag: v0.xx.y
    2. Title: Release version 0.xx.y
    3. Click on Generate release notes
    4. Structure release notes with the headings used in former release notes (since one release applies to multiple distinct components)
    5. Verify that the release looks like expected and hit Publish release
  3. Verify the release
  4. Update the respective version references in the https://github.com/open-telemetry/opentelemetry-specification repository, if needed