Export to GitHub

instinct - Release.wiki


Instinct Release Instructions

Step 1. Automate.

Step 2. If you can't, do the following (make sure you're on Java 1.5).

  1. Ensure all module RELEASE-NOTES are up to date.
  2. Build the core project: $./build.sh
  3. Build the example project: $./build.sh
  4. Build the IDEA plugin.
  5. Commit any outstanding changes (all modules).
  6. Make a tag for the release in subversion (see command below).
  7. Upload the core zip to Google Code, labels: Type-Archive, OpSys-All, Featured
  8. Upload the example zip to Google Code, labels: Type-Archive, OpSys-All, Featured
  9. Upload the idea zip to Google Code.
  10. Upload the idea zip to IntelliJ plugins repository: http://plugins.intellij.net/plugin/add
  11. Change the featured download from the old releases to the new ones.
  12. Update the front page with the details on the new version.
  13. Post to the general list.
  14. Post to Tom's blog.
  15. Post to testdriven.com
  16. Update the version number in core/build-setup.xml, example/build.xml, core/pom.xml and example/pom.xml.
  17. Build the core and copy the new JAR into the example project.
  18. svn add the new JAR, svn remove the old one.
  19. Build example project, check in if all's well.

Example tag command: $ svn copy -m 'Release 0.1.3' https://instinct.googlecode.com/svn/trunk https://instinct.googlecode.com/svn/tags/Release-0.1.3