From f2a6c19822a89cd85139fb83a151695a652d1175 Mon Sep 17 00:00:00 2001 From: Raphael Silva Date: Tue, 11 Jun 2024 19:03:17 +0000 Subject: [PATCH 1/2] Improve description of the release process Signed-off-by: Raphael Silva --- RELEASE.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/RELEASE.md b/RELEASE.md index 1145ccc652..77ffddb709 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -4,4 +4,10 @@ The release process is almost entirely managed by [GitHub actions](https://githu 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. +2. Push the tag to [opentelemetry-lambda](https://github.com/open-telemetry/opentelemetry-lambda) repository to trigger the publish action: + `git push origin tag layer-collector/0.0.8` +3. Wait for the [release workflow](https://github.com/open-telemetry/opentelemetry-lambda/actions/workflows/release-layer-collector.yml) to finish. +4. Create a release in https://github.com/open-telemetry/opentelemetry-lambda/releases/new + * Select a the tag + * Click in "Generate Release Notes" + * Adjust the release notes. Include the ARN, list of changes and diff with previous label. From 630e8e53cfea81f68869f37cedfe86778207c637 Mon Sep 17 00:00:00 2001 From: Raphael Philipe Mendes da Silva Date: Tue, 11 Jun 2024 20:14:41 -0700 Subject: [PATCH 2/2] Update RELEASE.md Co-authored-by: Tyler Benson <734411+tylerbenson@users.noreply.github.com> --- RELEASE.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/RELEASE.md b/RELEASE.md index 77ffddb709..a39a5c52df 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -8,6 +8,7 @@ The release process is almost entirely managed by [GitHub actions](https://githu `git push origin tag layer-collector/0.0.8` 3. Wait for the [release workflow](https://github.com/open-telemetry/opentelemetry-lambda/actions/workflows/release-layer-collector.yml) to finish. 4. Create a release in https://github.com/open-telemetry/opentelemetry-lambda/releases/new - * Select a the tag - * Click in "Generate Release Notes" + * Select a the newly pushed tag + * Select the corresponding previous release + * Click "Generate Release Notes" * Adjust the release notes. Include the ARN, list of changes and diff with previous label.