bclinkinbeard / angular

AngularJS compiled with jsdom and provided as a CommonJS module. Intended for testing AngularJS code without depending on a browser.
MIT License
54 stars 22 forks source link

automatic-ish upgrades #33

Open boneskull opened 10 years ago

boneskull commented 10 years ago

So Gemnasium has this thing where it can automatically upgrade your packages for you via pull request. I believe this is free to do for 2 packages.

screenshot

Theoretically, then, when angularcore releases a new version, Gemnasium can send a PR with the updated dependency.

After that you'd just have to bump version and tag, or figure out some way to automate further.

At the very least it can let you know when the angular is updated.