From a9707a972cd3e9d8d4f8301f8e2b63fcc9c92f6e Mon Sep 17 00:00:00 2001 From: Jay Camp Date: Mon, 24 Aug 2020 12:10:16 -0400 Subject: [PATCH] fix link check github was 503'ing on the URL (presumably because the diff is so large now). Don't bother checking the link. --- docs/release.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/release.md b/docs/release.md index 6fb85d8659d..092c031b722 100644 --- a/docs/release.md +++ b/docs/release.md @@ -16,7 +16,7 @@ Note: You’ll need to be an approver for both the repos in order to be able to 1. Prepare Core for release. Update CHANGELOG.md file and rename the Unreleased section to the new release name. Add a new unreleased section at top. - Use commit history feature to get the list of commits since the last release to help understand what should be in the release notes, e.g.: https://github.com/open-telemetry/opentelemetry-collector-contrib/compare/v0.3.0...master. Submit a PR with the changes and get the PR approved and merged. + Use commit history feature to get the list of commits since the last release to help understand what should be in the release notes, e.g.: https://github.com/open-telemetry/opentelemetry-collector-contrib/compare/${last_release}...master. Submit a PR with the changes and get the PR approved and merged. 1. Make sure the current master branch build successfully passes (Core and Contrib). For Contrib also check that the spawn-stability-tests-job triggered by the main build-publish job also passes. Check that the corresponding "-dev" images exist in Dockerhub (Core and Contrib).