Most of the scripts in this directory can be used independently to do file updates across all modules.
They are also used and tested by bootstrap.sh.
Built by running bootstrap.sh.
The script creates a new Git repository in monorepo/google-cloud-java.
After running the script locally, you can cd into the generated repository and build the project.
cd monorepo/google-cloud-java
mvn test -T C1 -BThe file repos.txt lists all the split repos to include in the aggregation into the monorepo.
See: bootstrap_output branch.
The workflow also generates a diff between the current main branch and the generated aggregation of modules from split repos.
See: boostrap_outout_diff_{event} branches.