Closed marlowpayne closed 8 years ago
Reviewers: @fractaltheory @jansepar @mikenikles @MikeKlemarewski
rm -rf node_modules && npm install
grunt lint
grunt sasslint
grunt test
grunt test:browser
Take this checklist and paste it into your release PR. Ensure steps are followed in order.
develop
release-X.X.X
master
npm publish
Assuming this is the same code as the last PR was just tested... :+1:
Reviewers: @fractaltheory @jansepar @mikenikles @MikeKlemarewski
Changes
How to test-drive this PR
rm -rf node_modules && npm install
grunt lint
andgrunt sasslint
grunt test
orgrunt test:browser
Pinny Release Checklist
Take this checklist and paste it into your release PR. Ensure steps are followed in order.
develop
and create arelease-X.X.X
branch.master
and tag it. Delete release branch.master
intodevelop
.npm publish
.