Home
last modified time | relevance | path

Searched refs:RELEASE_VERSION (Results 1 – 2 of 2) sorted by relevance

/external/okio/docs/
Dreleasing.md66 export RELEASE_VERSION=X.Y.Z
81 "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"
/external/truth/util/
Dgenerate-latest-docs.sh21 version_subdir=api/${RELEASE_VERSION}
22 commit_message="Release $RELEASE_VERSION javadoc pushed to gh-pages."