Skip to content
iangilman edited this page Mar 18, 2013 · 30 revisions

For every new stable build:

  1. Make sure you have all three repositories (openseadragon, openseadragon.github.com, and site-build) cloned next to each other in the same folder.
  2. Make sure they're all up to date, and that you're on their master branches.
  3. In the openseadragon repository:
  4. Update the version number in package.json and commit.
  5. Tag that commit with the new version number and push to GitHub.
  6. grunt publish to build and publish to the site-build folder.
  7. In the site-build repository:
  8. Commit the changes from the previous step, and push to GitHub.
  9. Run grunt publish to build and publish to the openseadragon.github.com folder.
  10. In the openseadragon.github.com folder:
  11. Commit the changes and push to GitHub.
  12. Let Ian know, and he'll tweet about it from @openseadragon.

Clone this wiki locally