Skip to content

Latest commit

 

History

History
216 lines (101 loc) · 8.21 KB

CHANGELOG.md

File metadata and controls

216 lines (101 loc) · 8.21 KB

1.14.1 (2021-03-08)

Bug Fixes

  • drop deprecated silent() from simple-git (#445) (8ce510e)

1.14.0 (2021-02-11)

Features

1.13.1 (2021-01-18)

Bug Fixes

1.13.0 (2021-01-14)

Features

1.12.0 (2021-01-08)

Features

  • enable searching for repositories with Github adapter (#353) (fd47f96)

1.11.0 (2020-12-03)

Features

  • exclude archived repos when fetching repos by org (#323) (dea1159)

1.10.1 (2020-08-31)

Bug Fixes

  • deps: update dependency commander to v6.1.0 (#240) (98cc133)

1.10.0 (2020-08-14)

Features

1.9.4 (2020-08-13)

Bug Fixes

  • suffix [shepherd] to not break semantic commit (#228) (85f5cca)

1.9.3 (2020-07-22)

Bug Fixes

  • deps: update dependency simple-git to v2.14.0 (#216) (989987a)

1.9.2 (2020-07-20)

Bug Fixes

  • deps: update dependency commander to v6 (#211) (b38bcb4)

1.9.1 (2020-07-20)

1.9.0 (2020-07-20)

Features

1.8.5 (2020-07-19)

Bug Fixes

1.8.4 (2020-07-19)

Bug Fixes

1.8.3 (2020-07-19)

Bug Fixes

  • deps: update dependency lodash to v4.17.19 (#198) (f17ab8c)

1.8.2 (2020-07-19)

Bug Fixes

  • deps: update dependency ora to v4.0.5 (#200) (3aa79a7)

1.8.1 (2020-05-28)

Bug Fixes

  • use case-insensitive compare for repo names (#192) (a9ada15)

1.8.0 (2020-05-04)

Features

1.7.2 (2020-04-18)

Bug Fixes

1.7.1 (2020-04-10)

1.7.0 (2020-04-10)

Features

1.6.1 (2020-04-10)

Bug Fixes

1.6.0 (2020-04-10)

Features

1.5.0 (2020-04-09)

Bug Fixes

Features

Changelog

When new features, bug fixes, and so on are added to Shepherd, there should be a corresponding entry made in the changelog under the [Upcoming] header.

[Upcoming]

v1.4.2

  • Updated dependencies
  • Dropped support for Node 6

v1.4.1

  • Updated dependencies

v1.4.0

  • Add adapter specific environment variables for all steps run after checkout.
  • Add SHEPHERD_BASE_BRANCH environment variable for all steps run after checkout.
  • Add magenta highlighting to merged PRs

v1.3.0

  • Throw a clearer error when there are no Github credentials found
  • Fix an import of a dependency that uses ../../node_modules

v1.2.0

  • GitHub adapter: add ability to checkout all of an organizations repos

v1.1.0

  • Use shallow git clones
  • Always log stderr of hooks

v1.0.2

  • Fix for issue hitting GitHub rate limiting when operating on very large result sets by abiding by the retry-after response header on failure

v1.0.1

  • Fix commit check logic when checking for non-Shepherd commits

v1.0.0

  • Initial public release to npm 🎉