Releases: adrianjost/files-sync-action
Releases · adrianjost/files-sync-action
v2.1.0
2.1.0 (2024-03-04)
Features
v2.0.4
2.0.4 (2023-08-02)
Changes:
- simplify logger to log everything immediately
- handle each target repo sequentially instead of parallel
Bug Fixes
- fix incorrect git push status check - the output of git-push has changed which was unnoticed because of the parallelism (7e490b1)
v2.0.3
2.0.3 (2023-08-02)
Bug Fixes
- disable update-index command (a0105f0)
v2.0.2
2.0.2 (2023-08-01)
Bug Fixes
update-index
executed outside of repo context (fcbe04a), closes #239
v2.0.1
2.0.1 (2023-07-31)
Bug Fixes
v2.0.0
Features
switch operating environment to node16 (25c04fe), closes #233
BREAKING CHANGES
switch operating environment to node16
v1.5.1
1.5.1 (2022-02-28)
Bug Fixes
v1.5.0
1.5.0 (2021-08-27)
Features
v1.4.2
1.4.2 (2021-02-19)
Bug Fixes
v1.4.1
1.4.1 (2021-02-07)
Bug Fixes
- broken CI because of eslint and update tooling to prevent this in the future (e6ef3ef)