startersclan / docker-sourceservers

Source / Goldsource dedicated server images built through use of steamcmd. 🐳
Apache License 2.0
47 stars 5 forks source link

Feature: Add `games.json` and script to create and update branches #152

Closed leojonathanoh closed 11 months ago

leojonathanoh commented 1 year ago

Once PR is merged, to create / update game branches:

./Generate-GitBranches.ps1 -Repo . -WhatIf # Dry run
./Generate-GitBranches.ps1 -Repo .
leojonathanoh commented 11 months ago

@joeltimothyoh you can test this locally by:

mkdir -p ../some-repo
pwsh ./Generate-GitBranches.ps1 -Repo ../some-repo # -WhatIf