This project tests our workflow for publishing releases of open-source projects that do not have a private mirror repository.

The overall workflow is as follows:

  1. Make sure all releaseable changes have been merged-- including external contributions that were merged into the contrib branch, if any.
  2. Make sure all tests are green.
  3. Run the project-specific release script(s) from the public repo, which may involve committing changes there.
  4. Create a Git tag and a Github release.