We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Releases are automatically triggered via git tags using Google Cloud Build where installers will be build automatically and pushed to GitHub releases.
git clone git@github.com:GoogleCloudPlatform/healthcare-api-dicom-fuse.git cd healthcare-api-dicom-fuse
git checkout --track origin/master git pull git checkout --track origin/develop git pull
Edit pom.xml in the develop branch to update the top-level version and push the commit to the develop branch.
vi pom.xml # Manually bump the version git add pom.xml git commit -m "Upgrading pom.xml to vX.Y.Z" git push
git checkout master git pull origin develop
git tag -a vX.Y.Z -m "brief description"
git push git push --tags
Release process should get automatically triggered. You can track the progress at https://console.cloud.google.com/cloud-build/builds?project=gcp-healthcare-oss-test.
Once it finishes, the new release page with compiled binaries will appear in https://github.com/GoogleCloudPlatform/healthcare-api-dicom-fuse/releases.
There you can edit the release to provide a description.