UNPKG

tiler

Version:
21 lines (18 loc) 683 B
## Release Checklist Here are the steps to follow when making a release. * Update `HISTORY.md` * Bump the version number in `package.json`, following http://semver.org/ * If bumping only the patch part of the version, run * `$ gulp bump` * Add new contributors to `package.json`, if any * Commit those changes as "Release 0.1.2" * `$ git add package.json` * `$ git commit -m "Release 0.1.2"` * Tag commit as "v0.1.2" with short description of main changes * `$ git tag -a v0.1.2 -m "Description of changes"` * Push to main repo on GitHub * `$ git push origin master` * `$ git push origin v0.1.2` * Wait for build to go green * Publish to npmjs.org * `$ gulp release`