You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 13 Next »

From Registry version 0.9 forward, and for all versions of all other products, Semantic Versioning will be followed.

Standard Release (#.#)

  1. Test the release against the current demo script to make sure nothing critical to the demo broke.
  2. Check for latest version of dependent libraries and update if needed.
  3. Review open issues in JIRA for the release. All issues should be resolved (with code committed) or moved to a future release.
  4. Update Config/VERSION
  5. Tag the release:
    svn copy https://svn.internet2.edu/svn/comanage/registry/trunk https://svn.internet2.edu/svn/comanage/registry/tags/0.5 -m "Tag 0.5"
    
  6. TODO: Create and Post Tarball
  7. Update download link at Directory Installation or Registry Installation - Source.
  8. In JIRA, flag the release as "Released" with today's date.
  9. Update Release History.
  10. Update Home.
  11. Announce.

Bug Fix Release (#.#.#)

A bug release is intended to quickly fix bugs discovered with a standard release. These releases are indicated using a revision number after the related standard release number. There is not necessarily a corresponding JIRA release.

  1. Update Config/VERSION
  2. Tag the release:
    svn copy https://svn.internet2.edu/svn/comanage/registry/trunk https://svn.internet2.edu/svn/comanage/registry/tags/0.5.1 -m "Tag 0.5.1"
    
  3. TODO: Create and Post Tarball
  4. Update download link at Directory Installation or Registry Installation - Source.
  5. Update Release History.
  6. Update Home.
  7. Announce.
  • No labels