Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 528 Bytes

RELEASE.md

File metadata and controls

7 lines (5 loc) · 528 Bytes

OpenTelemetry Lambda Layer Release Procedure

The release process is almost entirely managed by GitHub actions. To publish a new layer:

  1. Create a new tag for the layer to publish. For example, to create a new collector layer, the following command is used: git tag layer-collector/0.0.8
  2. Push the tag to opentelemetry-lambda repository to trigger the publish action.