aboutsummaryrefslogtreecommitdiffstats
path: root/lib/versions/version-info.js
AgeCommit message (Collapse)Author
2014-03-18chore(version-info): previousVersions should not return `undefined`Peter Bacon Darwin
Closes #6702
2014-03-14chore(scripts): fix the versions script againv1.3.0-beta.2Vojta Jina
2014-03-14chore(scripts): fix the versions scriptVojta Jina
2014-03-12chore(version-info): use remote tags and increment patch versionTobias Bosch
2014-03-12chore(version-info): better error msg if not tagsPeter Bacon Darwin
2014-03-11docs(versions): rework the version info extractionPeter Bacon Darwin
The docs were relying on the grunt/util module for getting version info but this was unreliable and full of custom regexes. This is moved into a new version-info module that makes much better use of the semver library.