From 5639aa2d8e3aab8be481586dfaf6fc7bfc0759b2 Mon Sep 17 00:00:00 2001 From: Jack Berg Date: Mon, 21 Oct 2024 11:32:33 -0500 Subject: [PATCH] Add note about updating autoconfigure docs when releasing --- RELEASING.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/RELEASING.md b/RELEASING.md index bbea33223bb..a6e7a29b68e 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -59,6 +59,9 @@ and deadlocks. in which case no pull request will be created). * The [website](https://github.com/open-telemetry/opentelemetry.io) contains automation to update to the newly released version. Review and approve the pull request when available. + * The [website](https://opentelemetry.io/docs/languages/java/configuration/#zero-code-sdk-autoconfigure) + contains documentation on autoconfiguration properties. If the release has updated or modified any + properties, open and merge a pull request to update the documentation. ## Update release versions in documentations