From c8a68155c7a389945dc760863d0162d47861e43f Mon Sep 17 00:00:00 2001 From: Trask Stalnaker Date: Thu, 23 Jun 2022 12:29:26 -0700 Subject: [PATCH] Update releasing doc (#6205) --- RELEASING.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/RELEASING.md b/RELEASING.md index cf875864c8..663d927b15 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -51,3 +51,7 @@ and deadlocks. * Review and merge the pull request that it creates for updating the change log in main (note that if this is not a patch release then the change log on main may already be up-to-date, in which case no pull request will be created). + +## Credentials + +Same as the core repo, see [opentelemetry-java/RELEASING.md#credentials](https://github.com/open-telemetry/opentelemetry-java/blob/main/RELEASING.md#credentials).