Skip to content

Releases: peter-evans/rebase

Rebase v3.0.0

25 Jan 12:37
52289dd
Compare
Choose a tag to compare

⚙️ Updated runtime to Node.js 20

  • The action now requires a minimum version of v2.308.0 for the Actions runner. Update self-hosted runners to v2.308.0 or later to ensure compatibility.

What's Changed

Full Changelog: v2.1.0...v3.0.0

Rebase v2.1.0

28 Nov 15:04
6720916
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.1...v2.1.0

Rebase v2.0.1

17 Oct 12:10
56c359b
Compare
Choose a tag to compare

⚙️ Bumps @actions/core to transition away from deprecated runner commands.

What's Changed

Full Changelog: v2.0.0...v2.0.1

Rebase v2.0.0

22 Mar 07:27
08cedbb
Compare
Choose a tag to compare

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

Full Changelog: v1.3.0...v2.0.0

Rebase v1.3.0

18 Oct 02:04
77cd9d5
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.0...v1.3.0

Rebase v1.2.0

08 Oct 04:19
Compare
Choose a tag to compare

What's Changed

  • Allow wildcard ref in head filter by @peter-evans in #96
  • Update distribution by @github-actions in #97
  • Exclude drafts by @peter-evans in #98
  • Update distribution by @github-actions in #99

Full Changelog: v1.1.0...v1.2.0

Rebase v1.1.0

06 Oct 06:14
0e3a532
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.7...v1.1.0

Rebase v1.0.7

27 Sep 13:17
e52a872
Compare
Choose a tag to compare
  • Fixes an issue that occurs when a pull request cannot be rebased due to merge conflicts

Rebase v1.0.6

26 Sep 05:13
87c7147
Compare
Choose a tag to compare
  • Fixes an issue that occurred when the action encountered a pull request where the head repo and/or branch had been deleted prematurely.

Rebase v1.0.5

23 Sep 05:52
7cd2faa
Compare
Choose a tag to compare
  • Fixes and dependency updates