Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 727 Bytes

CHANGELOG.md

File metadata and controls

14 lines (9 loc) · 727 Bytes

Changelog

[Unreleased]

Added

  • buildkitereporter for reporting which tasks failed on buildkite (#7).
  • cache for caching task invalidations in between taskrunner runs (#6).
  • Tasks can be registered to a Registry (accessible via taskrunner.Add/taskrunner.Group).

Changed

  • Extracted default stdout logging into clireporter (#7)
  • RunOptions now get *Runtime, through which the lifecycle of taskrunner can be accessed.