Open chris-pearce opened 9 years ago
Not sure if this is needed? Tests I can run:
Also auto updating the git tagging (version numbering).
Currently have to do all this manually:
.version
filebower.json
package.json
CHANGELOG.md
npm publish
git tag -a vX -m "commit msg" [sha]
git push origin [tagname]
@kllevin how is this looking?
Be great to auto update Twitter for each commit :) https://zapier.com/zapbook/github/twitter/1662/tweet-from-github-commit/
Found a grunt task to manage auto versioning update of package json files and creating new git tags: http://bob.yexley.net/creating-and-maintaining-your-own-bower-package/#gruntbump.
Another addition maybe: https://github.com/katiefenn/parker.
Another addition maybe: https://github.com/springload/css-reporter.
Look at Travis CI.
Things to look at: