- Testing
rm -rf node_modules; npm install
to make sure you're testing the latest depsnpm test
MR_VERSION=latest npm run integration
MONTAGE_VERSION=latest npm run integration
- these should have been covered by Travis before any code was merged, but nice to double check.
- Docs
- Update
CHANGES.md
- Update supported Montage and Mr versions at the top of the
README.md
- Update
- Publish
npm version patch
or other variation ofnpm version
npm publish
git push origin master
git push origin --tags
- Publicity
- Post to mailing list
- Tweet from @montagejs