From 461420110a05e090e29fd68b3107e791a5fce18d Mon Sep 17 00:00:00 2001 From: Trask Stalnaker Date: Fri, 14 Oct 2022 08:54:01 -0700 Subject: [PATCH] Small release doc update (#6878) --- RELEASING.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/RELEASING.md b/RELEASING.md index 4c4dbf2e7d..1c24c91179 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -18,7 +18,8 @@ the second Monday of the month (roughly a few of days after the monthly minor re ## Preparing a new major or minor release -* Close the release milestone if there is one. +* Close the [release milestone](https://github.com/open-telemetry/opentelemetry-java-instrumentation/milestones) + if there is one. * Merge a pull request to `main` updating the `CHANGELOG.md`. * The heading for the unreleased entries should be `## Unreleased`. * Use `.github/scripts/draft-change-log-entries.sh` as a starting point for writing the change log.