You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by cc...@apache.org on 2018/10/03 21:11:10 UTC

[beam] branch master updated (004c6cd -> 3e153f9)

This is an automated email from the ASF dual-hosted git repository.

ccy pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git.


    from 004c6cd  [BEAM-5322] Partially port typehints (#6541)
     add 856332e  Fix bugs found in 2.8.0 release
     add a1cf277  Address Charles's comments
     add 3e153f9  Merge pull request #6519 from boyuanzz/patch_release_scripts

No new revisions were added by this update.

Summary of changes:
 .../src/main/scripts/build_release_candidate.sh    | 16 ++++++-
 release/src/main/scripts/cut_release_branch.sh     |  3 ++
 .../src/main/scripts/preparation_before_release.sh |  7 ++-
 release/src/main/scripts/run_rc_validation.sh      | 20 +++++---
 .../src/main/scripts/sign_hash_python_wheels.sh    | 56 ++++++++++++++++++++++
 release/src/main/scripts/start_snapshot_build.sh   |  4 ++
 release/src/main/scripts/verify_release_build.sh   |  3 ++
 7 files changed, 98 insertions(+), 11 deletions(-)
 create mode 100755 release/src/main/scripts/sign_hash_python_wheels.sh