Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 1.09 KB

release.md

File metadata and controls

25 lines (16 loc) · 1.09 KB

Making a release

Before making a public release, we should test for a couple of days by pushing to the garage plugin repo. This will be done automatically by Jenkins after step 2.

  1. Run tests and acceptance tests

  2. Edit the PLUGIN_VERSION variable in .env

  3. Tag a new revision using semver: git tag vX.X.X

  4. git push --tags (to github)

  5. Create a new github release

  6. Add brief description and attach all the binaries from the garage plugin repo

  7. Follow the instructions for submitting a plugin You need to update the following in repo-index.yml under cf-blue-green-deploy:

    • version
    • updated
    • url - this should be https://github.com/bluemixgaragelondon/new_plugin/releases/download/vX.X.X/blue-green-deploy.PLATFORM
    • sum - generate this using shasum * in the artefacts directory