2.6.1 (2024-10-05)
2.6.0 (2024-10-03)
2.5.0 (2024-02-04)
2.4.4 (2024-02-03)
2.4.3 (2024-01-30)
2.4.2 (2024-01-20)
2.4.1 (2024-01-17)
2.4.0 (2024-01-17)
2.3.2 (2024-01-14)
2.3.1 (2024-01-12)
2.3.0 (2024-01-11)
2.2.2 (2024-01-10)
2.2.1 (2024-01-10)
2.2.0 (2024-01-09)
2.1.0 (2023-10-03)
2.0.1 (2023-10-03)
2.0.0 (2023-10-02)
-
BREAKING CHANGE: substantial dep mgmt effort - drop support for EOL Node versions (#613) (4329f31), closes #613
-
substantial dep mgmt effort - drop support for Node v12, 14, 16
-
2.0.0
1.16.0 (2021-12-03)
- Exclude archived repos when using code search (#564) (ec4fa27)
- GitHub request throttling (#551) (b93d30e)
1.15.5 (2021-10-01)
- Make semantic-release commit the updated package.json files (#504) (afe9537), closes /github.com/semantic-release/semantic-release/issues/1593#issuecomment-656866839
1.15.4 (2021-10-01)
1.15.3 (2021-10-01)
1.15.2 (2021-10-01)
1.15.1 (2021-09-10)
1.15.0 (2021-09-09)
1.14.2 (2021-09-09)
- checkout and setup-node action versions. (7ddc850)
1.14.1 (2021-03-08)
1.14.0 (2021-02-11)
1.13.1 (2021-01-18)
1.13.0 (2021-01-14)
1.12.0 (2021-01-08)
1.11.0 (2020-12-03)
1.10.1 (2020-08-31)
1.10.0 (2020-08-14)
1.9.4 (2020-08-13)
1.9.3 (2020-07-22)
1.9.2 (2020-07-20)
1.9.1 (2020-07-20)
1.9.0 (2020-07-20)
- add version command. (f822b4b)
1.8.5 (2020-07-19)
- supportPolicy. (c4d469c)
1.8.4 (2020-07-19)
- tslint errors. (e6e0270)
1.8.3 (2020-07-19)
1.8.2 (2020-07-19)
1.8.1 (2020-05-28)
1.8.0 (2020-05-04)
1.7.2 (2020-04-18)
1.7.1 (2020-04-10)
1.7.0 (2020-04-10)
1.6.1 (2020-04-10)
1.6.0 (2020-04-10)
1.5.0 (2020-04-09)
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.
- Updated dependencies
- Dropped support for Node 6
- Updated dependencies
- Add adapter specific environment variables for all steps run after
checkout
. - Add
SHEPHERD_BASE_BRANCH
environment variable for all steps run aftercheckout
. - Add magenta highlighting to merged PRs
- Throw a clearer error when there are no Github credentials found
- Fix an import of a dependency that uses
../../node_modules
- GitHub adapter: add ability to checkout all of an organizations repos
- Use shallow git clones
- Always log stderr of hooks
- Fix for issue hitting GitHub rate limiting when operating on very large result sets by abiding by the retry-after response header on failure
- Fix commit check logic when checking for non-Shepherd commits
- Initial public release to npm 🎉