Skip to content

Releases: peter-evans/create-pull-request

Create Pull Request v4.0.3

08 May 08:41
f094b77
Compare
Choose a tag to compare

⚙️ Fixes an issue that occurred when the repository name was not cased correctly.

What's Changed

New Contributors

Full Changelog: v4.0.2...v4.0.3

Create Pull Request v4.0.2

08 Apr 12:47
bd72e1b
Compare
Choose a tag to compare

⚙️ Fixes an issue that occurred when a pull request was created from a repository fork (using push-to-fork), where the repository had been renamed from its original name.

What's Changed

  • fix: use full name for head branch to allow for repo renaming by @peter-evans in #1164

Full Changelog: v4.0.1...v4.0.2

Create Pull Request v4.0.1

31 Mar 08:23
f1a7646
Compare
Choose a tag to compare

What's Changed

  • fix: strip optional '.git' suffix from https server remote name. by @salexander6 in #1153
  • Update distribution by @github-actions in #1157
  • 6 dependency updates by @dependabot

New Contributors

Full Changelog: v4.0.0...v4.0.1

Create Pull Request v4.0.0

23 Mar 05:25
d6d5519
Compare
Choose a tag to compare

Breaking changes

  • The add-paths input no longer accepts -A as a valid value. When committing all new and modified files the add-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

New Contributors

Full Changelog: v3.14.0...v4.0.0

Create Pull Request v3.14.0

28 Feb 12:24
Compare
Choose a tag to compare

This release reverts a commit made to bump the runtime to node 16. It inadvertently caused an issue for users on GitHub Enterprise. Apologies. 🙇‍♂️

What's Changed

Full Changelog: v3.13.0...v3.14.0

Create Pull Request v3.13.0

28 Feb 05:12
89265e8
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.12.1...v3.13.0

Create Pull Request v3.12.1

31 Jan 00:57
f22a7da
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.12.0...v3.12.1

Create Pull Request v3.12.0

14 Dec 02:31
dcd5fd7
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.11.0...v3.12.0

Create Pull Request v3.11.0

04 Nov 02:22
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.10.1...v3.11.0

Create Pull Request v3.10.1

23 Aug 04:04
7380612
Compare
Choose a tag to compare
  • Minor fix to add missing outputs to the actions.yml metadata