Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  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: (warning) Update for git
    Code Block
    svn copy https://svn.internet2.edu/svn/comanage/registry/trunk https://svn.internet2.edu/svn/comanage/registry/tags/0.5 -m "Tag 0.5"
    
    TODO: Create and Post Tarball
  6. Update download link at Directory Installation or Registry Installation - Source.
  7. In JIRA, flag the release as "Released" with today's date.
  8. Update Release History.
  9. Update Home.
  10. Announce.

...

  1. Update Config/VERSION
  2. Tag the release: (warning) Update for git
    Code Block
    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"
    
    TODO: Create and Post Tarball
  3. Update download link at Directory Installation or Registry Installation - Source.
  4. If appropriate, flag the release in JIRA as "Released" with today's date.
  5. Update Release History.
  6. Update Home.
  7. Announce.