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

Compare with Current View Page History

« Previous Version 4 Next »

Directory

Registry

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. Tag the release:
    svn copy https://svn.internet2.edu/svn/comanage/registry/trunk https://svn.internet2.edu/svn/comanage/registry/tags/0.1 -m "Tag 0.1"
    
  4. Update download link at Registry Installation.
  5. In JIRA, flag the release as "Released" with today's date.
  6. Update Release History.

Bug Fix Release (#.#a)

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

  1. Tag the release:
    svn copy https://svn.internet2.edu/svn/comanage/registry/trunk https://svn.internet2.edu/svn/comanage/registry/tags/0.1a -m "Tag 0.1a"
    
  2. Update download link at Registry Installation.
  3. Update Release History.
  • No labels