1.0.0 (2023-08-15)
Bug Fixes
- log missing repo directories instead of exiting (#21) (cfe3d1e)
- publish to public npm to avoid breaking CI (#38) (32efdb2)
- use github.token to debug the sem-release issue (#32) (18eb0cc)
Features
- (wip) publish on pypi (5d01d4a)
- accept multiple directories with destination for each (#13) (7a28f71)
- add --filter parameter to select specific languages/files (#12) (758e416)
- add --version flag for external debugging (#27) (47a9eb8)
- add checks and debug for sem-release (#31) (4b8aecb)
- add CLI (#2) (6c5ee33)
- automatically create tags via
semantic-release
(#29) (6f78194) - publish atlas on npm (#35) (8c11fb5)
- setup this repo with the basics (#1) (f44b2b0)
- support git v2.25.1 using sparse-checkout set instead of sparse-checkout add (#23) (aa996e4)
- test pypi (ee8551e)
Performance Improvements
BREAKING CHANGES
- Remove the
--directory
argument in favor
of the positional argumentsDIRECTORY ...
to allow
multiple directories to be specified in a single step.
This is useful for pulling a huge batch of XBlocks
into edX Platform or components in MFEs in a single
checkout
operation.
Refs: FC-0012 OEP-58