Searched refs:RELEASE_VERSION (Results 1 – 2 of 2) sorted by relevance
66 export RELEASE_VERSION=X.Y.Z81 "s/VERSION_NAME=.*/VERSION_NAME=$RELEASE_VERSION/g" \84 "s/\"com.squareup.okio:\([^\:]*\):[^\"]*\"/\"com.squareup.okio:\1:$RELEASE_VERSION\"/g" \95 git commit -am "Prepare for release $RELEASE_VERSION."96 git tag -a parent-$RELEASE_VERSION -m "Version $RELEASE_VERSION"
21 version_subdir=api/${RELEASE_VERSION}22 commit_message="Release $RELEASE_VERSION javadoc pushed to gh-pages."