From c45e7578c1c13f32aa726ac9de6623d34679c834 Mon Sep 17 00:00:00 2001 From: Trask Stalnaker Date: Thu, 10 Nov 2022 03:37:12 -0800 Subject: [PATCH] Add a release step (#7128) --- .github/scripts/markdown-link-check-config.json | 3 +++ RELEASING.md | 2 ++ 2 files changed, 5 insertions(+) diff --git a/.github/scripts/markdown-link-check-config.json b/.github/scripts/markdown-link-check-config.json index 39048c89a9..8977d70720 100644 --- a/.github/scripts/markdown-link-check-config.json +++ b/.github/scripts/markdown-link-check-config.json @@ -1,5 +1,8 @@ { "ignorePatterns" : [ + { + "pattern" : "https://github.com/open-telemetry/opentelemetry-java-instrumentation/network/updates" + }, { "pattern" : "^https://kotlinlang\\.org/docs/coroutines-overview\\.html$" } diff --git a/RELEASING.md b/RELEASING.md index ee6964911b..c7abef3aa5 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -18,6 +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 +* Check that [dependabot has run](https://github.com/open-telemetry/opentelemetry-java-instrumentation/network/updates) + sometime in the past day (this link is only accessible if you have write access to the repository). * 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`.