File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ When doing a release:
7
7
1 . Examine what has changed
8
8
9
9
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_
11
11
since that is what the release is cut off of.
12
12
13
13
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:
42
42
Top left of the [project's releases page](https://github.com/apple/swift-protobuf/releases)
43
43
is _Draft a new release_.
44
44
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
46
46
`Sources/SwiftProtobuf/Version.swift`.
47
47
48
48
For the description call out any major things in that release. Usually a short summary and
You can’t perform that action at this time.
0 commit comments