Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

First, we build the source release:

Code Block
languagebash
$ RELEASEOLD_VERSION=$CURRENT_SNAPSHOT_VERSION NEW_VERSION=$RELEASE_VERSION tools/releasing/createupdate_sourcebranch_releaseversion.sh
$ OLD_VERSION=$CURRENT_SNAPSHOT_VERSION NEWRELEASE_VERSION=$RELEASE_VERSION tools/releasing/updatecreate_branchsource_versionrelease.sh

Next, we build the Python artifacts:

...