Skip to content

Instantly share code, notes, and snippets.

Created May 17, 2013 17:33
Show Gist options
  • Save anonymous/5600633 to your computer and use it in GitHub Desktop.
Save anonymous/5600633 to your computer and use it in GitHub Desktop.
  • remove -snapshot from version number in both package.json and project.clj
  • probably run the tests one more time to make sure all is well
  • add and commit changes with git
  • create a git tag for to-be-released version
  • push the commits and tag out to github
  • run npm publish . (may need to re/register with npmjs.org)
  • deploy to clojars (maybe?)
  • assuming all goes well, bump the version number and append -snapshot in both package.json and project.clj
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment