Skip to content

Releases: acrobat/subtree-splitter

v1.1.4

25 Nov 07:38
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.3...v1.1.4

v1.1.3

21 Oct 11:52
5d11134
Compare
Choose a tag to compare
  • Bump node version to 16 (5d11134)

v1.1.2

16 Oct 20:43
Compare
Choose a tag to compare
  • synchronously config remotes to avoid errors with git config file (30cb65f)

Full Changelog: v1.1.1...v1.1.2

v1.1.1

07 Oct 09:39
Compare
Choose a tag to compare

What's Changed

  • Bump @actions/core from 1.4.0 to 1.9.1 by @dependabot in #5
  • Make tag sync idempotent to allow re-run failed jobs in 9f12774

Full Changelog: v1.1.0...v1.1.1

v1.1.0

19 Aug 11:30
Compare
Choose a tag to compare

This release include improvements to the subtree splits of large repositories and adds a new option to define the amount of splits that should happen in parallel

What's Changed

  • Move git add remote to avoid race conditions by @acrobat in #2
  • Process substreesplits in batches by @acrobat in #3

Full Changelog: v0.4.0...v1.1.0

1.0.0 release

30 Oct 15:03
Compare
Choose a tag to compare

Same as v0.4.0 but this is a stable release.

0.4.0

29 Oct 16:23
Compare
Choose a tag to compare
0.4.0 Pre-release
Pre-release
  • Removed source-branch config option. The action will retrieve the branch name from the event data.

0.3.0

21 Aug 13:54
Compare
Choose a tag to compare
0.3.0 Pre-release
Pre-release
v0.3.0

Auto-compile dist code

0.2.0

17 Aug 11:30
1a9d479
Compare
Choose a tag to compare
0.2.0 Pre-release
Pre-release
v0.2.0

Update readme with action fixes after testing it