Versions Compared

Key

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

...

...

  • Checkout VIVO-release-publishing project (git checkout https://github.com/chenejacvivo-project/VIVO-release-publisher)
  • Configure variables for creation of release candidate (defineVariables.sh)


    Code Block
    titleVariable release number
    #!/bin/bash
    # RC define common variables Script
    
    export RC_TARGET_DIR=RC
    export ORG=vivo-project
    export PERSONAL_ACCESS_TOKEN=XXXXXXXX
    export BRANCH=main
    export RC_VERSION=1.14.0
    export RC_VERSION_MINOR=1.14
    export RC_NEXT_SNAPSHOT=1.14.1
    RC_NUM=5
    
    export Vitro_REPO=Vitro
    export Vitro_TAG=vitro
    export Vitro_RC_NUM=${RC_NUM}
    export VIVO_REPO=VIVO
    export VIVO_TAG=vivo
    export VIVO_RC_NUM=${RC_NUM}


  • run publishRelease.sh (./publishRelease.sh)
  • Go to https://github.com/vivo-project/$REPO/releases/ and check if everything is ok

...

Push Release Branch to develop and Maintenance

...