724 B
724 B
Maintainer's Guide
Releasing
When a pull request is merged, a build is executed on master, but nothing is published. When you are ready
to release a new version of svcat
:
- Create a tag:
git tag vX.Y.Z
. - Push the tag upstream:
git push upstream vX.Y.Z
. - Add release notes for the tag on GitHub.
This triggers a build for the tag. Binaries every supported platform are compiled, and then published
them to https://servicecatalogcli.blob.core.windows.net/cli/VERSION/OS/ARCH/svcat
. The contents of the
release are copied to https://servicecatalogcli.blob.core.windows.net/cli/latest
so that we have a
permalink to install the latest release.