From 77c1da8f9d684e1710830c07898296c11cdbfeee Mon Sep 17 00:00:00 2001 From: Tobias Schmidt Date: Thu, 15 Oct 2020 11:06:42 +0200 Subject: [PATCH] Reflect automatic docs publishing in the release process (#8056) No more need to do anything manually for release docs. Signed-off-by: Tobias Schmidt --- RELEASE.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/RELEASE.md b/RELEASE.md index 202045bb4b..daba3ac65b 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -152,6 +152,4 @@ For release candidate versions (`v2.16.0-rc.0`), run the benchmark for 3 days us If the release has happened in the latest release branch, merge the changes into master. -To update the docs, a PR needs to be created to `prometheus/docs`. See [this PR](https://github.com/prometheus/docs/pull/952/files) for inspiration (note: only actually merge this for final releases, not for pre-releases like a release candidate). - Once the binaries have been uploaded, announce the release on `prometheus-announce@googlegroups.com`. (Please do not use `prometheus-users@googlegroups.com` for announcements anymore.) Check out previous announcement mails for inspiration.