We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 847ea7c commit b4f4142Copy full SHA for b4f4142
RELEASING.md
@@ -99,7 +99,7 @@ Tagging the Release
99
```bash
100
$ git checkout v$MAJOR.$MINOR.x
101
$ git pull upstream v$MAJOR.$MINOR.x
102
- $ git checkout -b release
+ $ git checkout -b release-v$MAJOR.$MINOR.$PATCH
103
104
# Bump documented gRPC versions.
105
# Also update protoc version to match protobuf version in gradle/libs.versions.toml.
@@ -135,7 +135,7 @@ Tagging the Release
135
136
137
138
- $ git merge --ff-only release
+ $ git merge --ff-only release-v$MAJOR.$MINOR.$PATCH
139
$ git push upstream v$MAJOR.$MINOR.x
140
$ git push upstream v$MAJOR.$MINOR.$PATCH
141
```
0 commit comments