Skip to content

Latest commit

 

History

History
94 lines (47 loc) · 3.28 KB

CHANGELOG.md

File metadata and controls

94 lines (47 loc) · 3.28 KB

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.5.2 (2018-06-27)

Bug Fixes

  • 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)

Features

  • add lt and lm flags to support adding conditional latest tags to builds (eefb5ed)

0.4.1 (2017-07-21)

Bug Fixes

  • repositories with multiple version sources now pick the highest available in the directory structure (732e823)

0.4.0 (2017-05-24)

Features

  • add additional metadata to build information (dd558cc)

0.3.0 (2017-05-19)

Bug Fixes

  • 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)

Features

  • support programmatic use (28d5efa)

0.2.3 (2017-05-17)

Bug Fixes

  • 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)

0.2.1

  • Bugfix - remove errant require from git module

0.2.0

  • Adds support for custom tag format
  • Adds support for multiple tags
  • Removes lodash dependency

0.1.x

0.1.5

Adds an underscore delimited tag to the .buildinfo.json file.