From 53aa2541e5feb30f48070087716beed3531f9d88 Mon Sep 17 00:00:00 2001 From: Callum Styan Date: Wed, 19 Feb 2020 10:42:19 -0800 Subject: [PATCH] Simplify tagging section to reduce chance of misinterpreting what the tag should be. Signed-off-by: Callum Styan --- RELEASE.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/RELEASE.md b/RELEASE.md index 6c551d3de..f1c23f64d 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -98,9 +98,7 @@ Entries in the `CHANGELOG.md` are meant to be in this order: ### 2. Draft the new release -Tag the new release with a tag named `v..`, e.g. `v2.1.3`. Note the `v` prefix. - -You can do the tagging on the commandline: +Tag the new release via the following commands: ```bash $ tag=$(< VERSION) @@ -123,6 +121,4 @@ If the release has happened in the latest release branch, merge the changes into 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. - -Finally, open a PR in the docs repo to \ No newline at end of file +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. \ No newline at end of file