Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

[script] Update bumper script to handle SNAPSHOT versions #581

Merged
merged 2 commits into from
Apr 15, 2020

Commits on Apr 15, 2020

  1. [script] Update bumper script to handle SNAPSHOT versions

    This commit updates the `bumper.py` script to handle the
    workflows for updating the versions to test staging artifacts
    and before a release, for example:
    
    - update 7.7.0-SNAPSHOT to 7.7.0 before tagging a release, by running
      `env BUMPER_VERSION_7="7.7.0" ./helpers/bumper.py`
    - update 7.7.0-SNAPHSHOT to 7.7.0-abcdefgh for testing staging artifacts
    by running:
      `env BUMPER_VERSION_7="7.7.0-abcdefgh" BUMPER_USE_STAGING_IMAGES="true" ./helpers/bumper.py`
    
    For now this script do not handle the bump from 7.7.0 to 7.7.1-SNAPSHOT
    for the next developement iteration after a release. In the meantime
    this update should be done manually.
    mgreau committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    ca7ed63 View commit details
    Browse the repository at this point in the history
  2. Add README back

    mgreau committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    c54c8c5 View commit details
    Browse the repository at this point in the history