From acd9d2242e1510e6333a7bc2891c1ab419f68ed2 Mon Sep 17 00:00:00 2001 From: Liudmila Molkova Date: Tue, 17 Dec 2024 09:53:55 -0800 Subject: [PATCH 1/2] Add extra link check to release.md --- RELEASING.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/RELEASING.md b/RELEASING.md index 5546cd8e0..e1ad80ef8 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -2,6 +2,9 @@ _Instruction for Maintainers only._ +- Run [opentelemetry.io workflow](https://github.com/open-telemetry/opentelemetry.io/actions/workflows/build-dev.yml) + against `opentelemetry-proto` submodule as a smoke-test for docs. Fix broken links, if any. + - Prepare the release by updating [CHANGELOG.md](CHANGELOG.md), see for example [this PR](https://github.com/open-telemetry/opentelemetry-proto/pull/537). Merge the PR. From this point on no new PRs can be merged until the release is complete. From 84b7bfa948c8332e6becad74fb3c2f1340422a91 Mon Sep 17 00:00:00 2001 From: Liudmila Molkova Date: Tue, 17 Dec 2024 18:57:54 -0800 Subject: [PATCH 2/2] Update RELEASING.md Co-authored-by: Patrice Chalin --- RELEASING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASING.md b/RELEASING.md index e1ad80ef8..f13b1ff8a 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -2,7 +2,7 @@ _Instruction for Maintainers only._ -- Run [opentelemetry.io workflow](https://github.com/open-telemetry/opentelemetry.io/actions/workflows/build-dev.yml) +- Run the [opentelemetry.io dev-build workflow](https://github.com/open-telemetry/opentelemetry.io/actions/workflows/build-dev.yml) against `opentelemetry-proto` submodule as a smoke-test for docs. Fix broken links, if any. - Prepare the release by updating [CHANGELOG.md](CHANGELOG.md), see for example