The release process is almost entirely managed by GitHub actions. To publish a new layer:
- 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
- Push the tag to opentelemetry-lambda repository to trigger the publish action.