All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.5.2 (2018-06-27)
- grab the commit SHA that Travis is using the code from since they're rolling the log backwards and causing git CLI to see an older commit despite having the later source (a8e1f91)
0.5.1 (2017-07-30)
0.5.0 (2017-07-28)
- add lt and lm flags to support adding conditional latest tags to builds (eefb5ed)
0.4.1 (2017-07-21)
- repositories with multiple version sources now pick the highest available in the directory structure (732e823)
0.4.0 (2017-05-24)
- add additional metadata to build information (dd558cc)
0.3.0 (2017-05-19)
- add before_script to travis build to address git config (425574a)
- change to test script arg ordering (4f99874)
- correct implicit path detection when specifying tag format (69ba470)
- pull owner, repo and branch from envirnment variables for Travis or Drone when detected (41382d6)
- remove bad require from git module (cb6cc4e)
- support programmatic use (28d5efa)
0.2.3 (2017-05-17)
- add before_script to travis build to address git config (425574a)
- change to test script arg ordering (4f99874)
- correct implicit path detection when specifying tag format (69ba470)
- pull owner, repo and branch from envirnment variables for Travis or Drone when detected (41382d6)
- remove bad require from git module (cb6cc4e)
- Bugfix - remove errant require from git module
- Adds support for custom tag format
- Adds support for multiple tags
- Removes lodash dependency
Adds an underscore delimited tag to the .buildinfo.json
file.