Releases: acrobat/subtree-splitter
Releases · acrobat/subtree-splitter
1.1.5
- Bump node version to 20 (9916eca)
v1.1.4
What's Changed
- Update README.md by @Davidmattei in #6
- fix: delete tag not pushing by @Davidmattei in #7
New Contributors
- @Davidmattei made their first contribution in #6
Full Changelog: v1.1.3...v1.1.4
v1.1.3
- Bump node version to 16 (5d11134)
v1.1.2
- synchronously config remotes to avoid errors with git config file (30cb65f)
Full Changelog: v1.1.1...v1.1.2
v1.1.1
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
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
Same as v0.4.0 but this is a stable release.
0.4.0
- Removed
source-branch
config option. The action will retrieve the branch name from the event data.
0.3.0
v0.3.0 Auto-compile dist code
0.2.0
v0.2.0 Update readme with action fixes after testing it