aboutsummaryrefslogtreecommitdiffstats
path: root/lib/versions/version-info.js
AgeCommit message (Collapse)Author
2014-03-20fix(version-info): explicitly specify the remoteChirayu Krishnappa
`git ls-remote --tags` assumes that you have a remote set up for your current branch. That isn't the case, at least for me, when I'm working on local branches. `grunt write` doesn't do the right thing in that case (`git ls-remote --tags` bails out and the silent: true param makes this a pain to debug.) Prefer explicit to implicit. Closes #6678.
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.