Right now CLI & plugman don't have git tags associated with their npm releases.
I'd like to be able to do a "git log latest..master" in order to enumerate changes since the last release. So, I'd like to propose: #1 - Add a git tag for each npm release, where the tag name is the same as the version #2 - Add a git tag called "latest", which points to the most recent release I've added this already to https://wiki.apache.org/cordova/StepsForToolsRelease, but wanted explicit buy-in here. #1 will result in a lot of tags being created over time (which I think is fine). Andrew
