The publishing workflow executes only for tagged version commits from the github repo.
git tag -s -m"<version>" <version>
git push origin <version>
Travis-CI will execute the scripts/travis-deploy.sh script that uses SBT to:
- create a zip artifact of all the tools
- upload this artifact to the bintray repo
Use the JFrog CLI to publish the uploaded version:
jfrog bt vp jpl-imce/gov.nasa.jpl.imce/gov.nasa.jpl.imce.ontologies.tools/<version>
If for some reason the uploaded version is not satisfactory or needs to be rebuild:
- Delete the uploaded and/or published version:
jfrog bt vd jpl-imce/gov.nasa.jpl.imce/gov.nasa.jpl.imce.ontologies.tools/<version>
- Click on "Restart build" on Travis CI