| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-03-20 | fix(version-info): explicitly specify the remote | Chirayu 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-18 | chore(version-info): previousVersions should not return `undefined` | Peter Bacon Darwin | |
| Closes #6702 | |||
| 2014-03-14 | chore(scripts): fix the versions script againv1.3.0-beta.2 | Vojta Jina | |
| 2014-03-14 | chore(scripts): fix the versions script | Vojta Jina | |
| 2014-03-12 | chore(version-info): use remote tags and increment patch version | Tobias Bosch | |
| 2014-03-12 | chore(version-info): better error msg if not tags | Peter Bacon Darwin | |
| 2014-03-11 | docs(versions): rework the version info extraction | Peter 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. | |||
