Release Process - nprapps/pym.js GitHub Wiki

  • Ensure the version number is correct in CHANGELOG, bower.json and package.json.
  • Run grunt jshint and verify there are no errors.
  • Run grunt concat uglify to generate new versions in dist/
  • git tag -a x.y.z; git push --tags
  • npm publish
  • Iterate version number in files listed above.
  • Merge final changes in gh-pages branch.