v4.0.0
版本发布时间: 2022-03-23 13:25:54
peter-evans/create-pull-request最新发布版本:v7.0.5(2024-09-19 01:41:45)
Breaking changes
- The
add-paths
input no longer accepts-A
as a valid value. When committing all new and modified files theadd-paths
input should be omitted. - If using self-hosted runners or GitHub Enterprise Server, there are minimum requirements for
v4
to run. See "What's new" below for details.
What's new
- Updated runtime to Node.js 16
- The action now requires a minimum version of v2.285.0 for the Actions Runner.
- If using GitHub Enterprise Server, the action requires GHES 3.4 or later.
What's Changed
- README.md: Add word "permissions" to part on GITHUB_TOKEN by @hartwork in https://github.com/peter-evans/create-pull-request/pull/1082
- docs: Document how to improve close-and-reopen user experience by @hartwork in https://github.com/peter-evans/create-pull-request/pull/1084
- README.md: Skip follow-up steps if there is no pull request by @hartwork in https://github.com/peter-evans/create-pull-request/pull/1083
- v4 by @peter-evans in https://github.com/peter-evans/create-pull-request/pull/1099
New Contributors
- @hartwork made their first contribution in https://github.com/peter-evans/create-pull-request/pull/1082
Full Changelog: https://github.com/peter-evans/create-pull-request/compare/v3.14.0...v4.0.0