-
Notifications
You must be signed in to change notification settings - Fork 176
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update collector workflow to publish a prod layer (#678)
Also adding a fairly minimal release document. --------- Signed-off-by: Alex Boten <[email protected]>
- Loading branch information
Alex Boten
authored
May 4, 2023
1 parent
a0536ce
commit 62200e0
Showing
2 changed files
with
22 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# OpenTelemetry Lambda Layer Release Procedure | ||
|
||
The release process is almost entirely managed by [GitHub actions](https://github.com/open-telemetry/opentelemetry-lambda/tree/main/.github/workflows). 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](https://github.com/open-telemetry/opentelemetry-lambda) repository to trigger the publish action. |