Skip to content
douglassquirrel edited this page Nov 27, 2010 · 6 revisions
  • Change the link in the README.md to point to where the new jar will be
  • Bump the version number in the build file
  • commit the modified build file and README
  • tag the release: git tag -a v1.0 -m 'version 1.0', then git push --tags
  • build a jar
  • upload the jar to be a download
  • update the link on the homepage to point to the new release jar - use the gh-pages branch
  • add jar to Scriptwriter and update its build file
  • announce on blog
  • announce on mailing list
Clone this wiki locally