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:
771 . 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
You can’t perform that action at this time.
0 commit comments