From 6bfdf201bbb2db4e3b556d415b52f08850207ea7 Mon Sep 17 00:00:00 2001 From: Thomas Van Lenten Date: Fri, 3 Nov 2017 13:36:58 -0400 Subject: [PATCH] Fix docs, our tags don't use a leading 'v'. --- Documentation/RELEASING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/RELEASING.md b/Documentation/RELEASING.md index 3700feb57..eda2334e2 100644 --- a/Documentation/RELEASING.md +++ b/Documentation/RELEASING.md @@ -7,7 +7,7 @@ When doing a release: 1. Examine what has changed Github's compare UI does a reasonable job here. [Open that UI](https://github.com/apple/swift-protobuf/compare) - and set the _base_ to be the previous tag (_vX.Y.Z_), and the _compare_ can be left at _master_ + and set the _base_ to be the previous tag (_X.Y.Z_), and the _compare_ can be left at _master_ since that is what the release is cut off of. It usually works best to open the links for each commit you want to look at in a new browser @@ -42,7 +42,7 @@ When doing a release: Top left of the [project's releases page](https://github.com/apple/swift-protobuf/releases) is _Draft a new release_. - The tag should be `v[a.b.c]` where the number *exactly* matches one you examined in + The tag should be `[a.b.c]` where the number *exactly* matches one you examined in `Sources/SwiftProtobuf/Version.swift`. For the description call out any major things in that release. Usually a short summary and