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

Compare with Current View Page History

« Previous Version 8 Next »

Standard Release (#.#)

  1. Check for latest version of dependent libraries and update if needed.
  2. Review open issues in JIRA for the release. All issues should be resolved (with code committed) or moved to a future release.
  3. Update Config/VERSION
  4. 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"
    
  5. Update download link at Directory Installation or Registry Installation.
  6. In JIRA, flag the release as "Released" with today's date.
  7. Update Release History.
  8. 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. Update download link at Directory Installation or Registry Installation.
  4. Update Release History.
  5. Announce.
  • No labels