Lines Matching full:major
32 $ MAJOR=1 MINOR=7 PATCH=0 # Set appropriately for new release
55 convention of `v<major>.<minor>.x`, while the tags include the patch version
56 `v<major>.<minor>.<patch>`. For example, the same branch `v1.7.x`
65 $ sed -i 's/[0-9]\+\.[0-9]\+\.[0-9]\+\(.*CURRENT_GRPC_VERSION\)/'$MAJOR.$((MINOR+1)).0'\1/' \
67 $ sed -i s/$MAJOR.$MINOR.$PATCH/$MAJOR.$((MINOR+1)).0/ \
70 $ git commit -a -m "Start $MAJOR.$((MINOR+1)).0 development cycle"
77 $ git checkout -b v$MAJOR.$MINOR.x \
78 …$(git log --pretty=format:%H --grep "^Start $MAJOR.$((MINOR+1)).0 development cycle$" upstream/mas…
79 $ git push upstream v$MAJOR.$MINOR.x
83 * Branch: `v$MAJOR.$MINOR.x`
103 $ git checkout v$MAJOR.$MINOR.x
104 $ git pull upstream v$MAJOR.$MINOR.x
108 $ git commit -a -m "Update README to reference $MAJOR.$MINOR.$PATCH"
118 $ git commit -a -m "Bump version to $MAJOR.$MINOR.$PATCH"
119 $ git tag -a v$MAJOR.$MINOR.$PATCH -m "Version $MAJOR.$MINOR.$PATCH"
126 …$ sed -i 's/[0-9]\+\.[0-9]\+\.[0-9]\+\(.*CURRENT_GRPC_VERSION\)/'$MAJOR.$MINOR.$((PATCH+1))-SNAPSH…
128 $ sed -i s/$MAJOR.$MINOR.$PATCH/$MAJOR.$MINOR.$((PATCH+1))-SNAPSHOT/ \
131 $ git commit -a -m "Bump version to $MAJOR.$MINOR.$((PATCH+1))-SNAPSHOT"
137 $ git checkout v$MAJOR.$MINOR.x
139 $ git push upstream v$MAJOR.$MINOR.x
140 $ git push upstream v$MAJOR.$MINOR.$PATCH
182 $ git cherry-pick v$MAJOR.$MINOR.$PATCH^
197 The description should include any major fixes or features since the last release.
214 …/search.maven.org/remotecontent?filepath=io/grpc/grpc-all/$MAJOR.$MINOR.$PATCH/grpc-all-$MAJOR.$MI…
220 git commit -m "Javadoc for $MAJOR.$MINOR.$PATCH"