goinstant / goangular

AngularJS bindings for GoInstant. Build realtime, multi-user apps with AngularJS and GoInstant easily. https://developers.goinstant.com/v1/GoAngular/index.html
BSD 3-Clause "New" or "Revised" License
137 stars 30 forks source link

chore(grunt): adds grunt-conventional-changelog plugin #21

Closed 0x-r4bbit closed 10 years ago

0x-r4bbit commented 10 years ago

this commit adds the awesome grunt-conventional-changelog plugin which makes it possible to autogenerate changelogs based on the given commit history

all you have to do is to follow some conventions

the plugin is used by angular.js itself and plenty other projects

For more info see: http://github.com/btford/grunt-conventional-changelog

mattcreager commented 10 years ago

Thanks @PascalPrecht, and awesome hat :) Let's see if we can't get Travis to pass these and we'll get them merged in!

0x-r4bbit commented 10 years ago

@mattcreager Wow this is weird! I've changed nothing in the mocha tests. The build fail has actually nothing to do with my PR.

mattcreager commented 10 years ago

@PascalPrecht: It's probably just Travis being Travis, I'll run the build myself see what's falling over!

mattcreager commented 10 years ago

Hey @PascalPrecht, so the fail is associated with travis env vars, no bigs, could you open these against the develop branch and I'll merge them in!?

0x-r4bbit commented 10 years ago

@mattcreaser Ah didn't know there's a dev branch. Sure, will do that!

0x-r4bbit commented 10 years ago

@mattcreager There you go https://github.com/goinstant/goangular/pull/41