File tree 1 file changed +8
-1
lines changed
1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -4,4 +4,11 @@ The release process is almost entirely managed by [GitHub actions](https://githu
4
4
5
5
1 . Create a new tag for the layer to publish. For example, to create a new collector layer, the following command is used:
6
6
` git tag layer-collector/0.0.8 `
7
- 2 . Push the tag to [ opentelemetry-lambda] ( https://github.com/open-telemetry/opentelemetry-lambda ) repository to trigger the publish action.
7
+ 2 . Push the tag to [ opentelemetry-lambda] ( https://github.com/open-telemetry/opentelemetry-lambda ) repository to trigger the publish action:
8
+ ` git push origin tag layer-collector/0.0.8 `
9
+ 3 . Wait for the [ release workflow] ( https://github.com/open-telemetry/opentelemetry-lambda/actions/workflows/release-layer-collector.yml ) to finish.
10
+ 4 . Create a release in https://github.com/open-telemetry/opentelemetry-lambda/releases/new
11
+ * Select a the newly pushed tag
12
+ * Select the corresponding previous release
13
+ * Click "Generate Release Notes"
14
+ * Adjust the release notes. Include the ARN, list of changes and diff with previous label.
You can’t perform that action at this time.
0 commit comments