Skip to content

Latest commit

 

History

History
353 lines (175 loc) · 16.1 KB

CHANGELOG.md

File metadata and controls

353 lines (175 loc) · 16.1 KB

2.5.0 (2024-02-04)

Features

2.4.4 (2024-02-03)

Bug Fixes

  • github-enterprise: configure gh enterprise full url via env var (#683) (6be3fe3)

2.4.3 (2024-01-30)

Bug Fixes

2.4.2 (2024-01-20)

Bug Fixes

2.4.1 (2024-01-17)

Bug Fixes

2.4.0 (2024-01-17)

Features

2.3.2 (2024-01-14)

Bug Fixes

2.3.1 (2024-01-12)

Bug Fixes

  • semantic-release,docs: add commit-analyzer conventionalcommmits preset module (#647) (967471f)

2.3.0 (2024-01-11)

Features

  • added options to create pr from fork to upstream (#633) (e4bfe64)

2.2.2 (2024-01-10)

Bug Fixes

  • prettier: ignore CHANGELOG.md file when running prettier (#638) (fb30ff7)

2.2.1 (2024-01-10)

Bug Fixes

  • lint: ignore linting on CHANGELOG.md file (#637) (bac588f)

2.2.0 (2024-01-09)

Features

  • gh-enterprise: Add support for github enterprise servers (#631) (509fe75)

2.1.0 (2023-10-03)

Features

  • workflow: use semantic-pr-check in favor of semantic pull request app (#622) (e780137)

2.0.1 (2023-10-03)

Bug Fixes

2.0.0 (2023-10-02)

Bug Fixes

  • token: update token name. (#614) (70a52cd)

  • BREAKING CHANGE: substantial dep mgmt effort - drop support for EOL Node versions (#613) (4329f31), closes #613

BREAKING CHANGES

  • substantial dep mgmt effort - drop support for Node v12, 14, 16

  • 2.0.0

1.16.0 (2021-12-03)

Bug Fixes

  • Use custom GitHub token to bypass branch protection (#565) (2c17503)

Features

1.15.5 (2021-10-01)

Bug Fixes

1.15.4 (2021-10-01)

Bug Fixes

  • Remove engines block from Renovate config (#505) (351b095)

1.15.3 (2021-10-01)

Bug Fixes

  • Remove space from .eslintignore filename (#506) (49e0510)

1.15.2 (2021-10-01)

1.15.1 (2021-09-10)

Bug Fixes

  • deps: update dependency lodash to v4.17.21 (#421) (ca620fe)

1.15.0 (2021-09-09)

Features

1.14.2 (2021-09-09)

Bug Fixes

  • checkout and setup-node action versions. (7ddc850)

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 🎉