Skip to content

Commit 6bfdf20

Browse files
committed
Fix docs, our tags don't use a leading 'v'.
1 parent 7a14098 commit 6bfdf20

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/RELEASING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ When doing a release:
77
1. Examine what has changed
88

99
Github's compare UI does a reasonable job here. [Open that UI](https://github.com/apple/swift-protobuf/compare)
10-
and set the _base_ to be the previous tag (_vX.Y.Z_), and the _compare_ can be left at _master_
10+
and set the _base_ to be the previous tag (_X.Y.Z_), and the _compare_ can be left at _master_
1111
since that is what the release is cut off of.
1212

1313
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:
4242
Top left of the [project's releases page](https://github.com/apple/swift-protobuf/releases)
4343
is _Draft a new release_.
4444
45-
The tag should be `v[a.b.c]` where the number *exactly* matches one you examined in
45+
The tag should be `[a.b.c]` where the number *exactly* matches one you examined in
4646
`Sources/SwiftProtobuf/Version.swift`.
4747
4848
For the description call out any major things in that release. Usually a short summary and

0 commit comments

Comments
 (0)