Skip to content

Commit 10cc2ef

Browse files
rapphiltylerbenson
andauthored
Improve description of the release process (open-telemetry#1380)
* Improve description of the release process Signed-off-by: Raphael Silva <rapphil@gmail.com> * Update RELEASE.md Co-authored-by: Tyler Benson <734411+tylerbenson@users.noreply.github.com> --------- Signed-off-by: Raphael Silva <rapphil@gmail.com> Co-authored-by: Tyler Benson <734411+tylerbenson@users.noreply.github.com>
1 parent e972062 commit 10cc2ef

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

RELEASE.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,11 @@ The release process is almost entirely managed by [GitHub actions](https://githu
44

55
1. Create a new tag for the layer to publish. For example, to create a new collector layer, the following command is used:
66
`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.

0 commit comments

Comments
 (0)