Closed leojonathanoh closed 11 months ago
Once PR is merged, to create / update game branches:
./Generate-GitBranches.ps1 -Repo . -WhatIf # Dry run ./Generate-GitBranches.ps1 -Repo .
@joeltimothyoh you can test this locally by:
mkdir -p ../some-repo pwsh ./Generate-GitBranches.ps1 -Repo ../some-repo # -WhatIf
Once PR is merged, to create / update game branches: