• Home
  • Raw
  • Download

Lines Matching full:major

49 naming convention of `v<major>.<minor>.x`, while the tags include the patch
50 version `v<major>.<minor>.<patch>`. For example, the same branch `v0.4.x` would
62 $ MAJOR=0 MINOR=4 PATCH=0 # Set appropriately for new release
70 $ git checkout -b v$MAJOR.$MINOR.x master
71 $ git push upstream v$MAJOR.$MINOR.x
84 …$ sed -i 's/[0-9]\+\.[0-9]\+\.[0-9]\+\(.*CURRENT_OPENCENSUS_VERSION\)/'$MAJOR.$((MINOR+1)).0'\1/' \
87 $ git commit -a -m "Start $MAJOR.$((MINOR+1)).0 development cycle"
104 $ git checkout -b release v$MAJOR.$MINOR.x
108 $ git commit -a -m "Bump version to $MAJOR.$MINOR.$PATCH"
109 $ git tag -a v$MAJOR.$MINOR.$PATCH -m "Version $MAJOR.$MINOR.$PATCH"
117 …$ sed -i 's/[0-9]\+\.[0-9]\+\.[0-9]\+\(.*CURRENT_OPENCENSUS_VERSION\)/'$MAJOR.$MINOR.$((PATCH+1))-…
120 $ git commit -a -m "Bump version to $MAJOR.$MINOR.$((PATCH+1))-SNAPSHOT"
127 $ git checkout v$MAJOR.$MINOR.x
129 $ git push upstream v$MAJOR.$MINOR.$PATCH
130 $ git push upstream v$MAJOR.$MINOR.x
145 $ git checkout -b v$MAJOR.$MINOR.$PATCH tags/v$MAJOR.$MINOR.$PATCH
182 You can use `git log upstream/v$MAJOR.$((MINOR-1)).x..upstream/v$MAJOR.$MINOR.x --graph --first-par…
186 for a list of major changes since last release.
188 Please pick major or important user-visible changes only.
226 $ sed -i 's/[0-9]\+\.[0-9]\+\.[0-9]\+\(.*LATEST_OPENCENSUS_RELEASE_VERSION\)/'$MAJOR.$MINOR.$PATCH'…
229 $ sed -i 's/\(\(compile\|runtime\).\+io\.opencensus:.\+:\)[0-9]\+\.[0-9]\+\.[0-9]\+/\1'$MAJOR.$MINO…
232 $ sed -i 's/\(<version>\)[0-9]\+\.[0-9]\+\.[0-9]\+/\1'$MAJOR.$MINOR.$PATCH'/' \
253 --artifact=io.opencensus:opencensus-api:$MAJOR.$MINOR.$PATCH \
254 --artifact=io.opencensus:opencensus-contrib-grpc-metrics:$MAJOR.$MINOR.$PATCH \
255 --artifact=io.opencensus:opencensus-contrib-zpages:$MAJOR.$MINOR.$PATCH \
256 --artifact=io.opencensus:opencensus-exporter-stats-prometheus:$MAJOR.$MINOR.$PATCH \
257 --artifact=io.opencensus:opencensus-exporter-stats-stackdriver:$MAJOR.$MINOR.$PATCH \
258 --artifact=io.opencensus:opencensus-exporter-trace-logging:$MAJOR.$MINOR.$PATCH \
259 --artifact=io.opencensus:opencensus-exporter-trace-stackdriver:$MAJOR.$MINOR.$PATCH \
260 --artifact=io.opencensus:opencensus-impl:$MAJOR.$MINOR.$PATCH \
282 release branch (branch v$MAJOR.$MINOR.x).