strongloop / strong-tools

Tools for packaging, releasing, and preparing npm modules
Other
8 stars 7 forks source link

slt-release: fallback to package.json for version #55

Closed rmg closed 8 years ago

rmg commented 8 years ago

If no version or increment is given, use the version that is in package.json for the release.

After the version has been identified, by argument, increment, or package.json, THEN validate it for suitability.

The version must be:

If all of these criteria are met, then proceed to cut the release.