factorio-mods-localization icon indicating copy to clipboard operation
factorio-mods-localization copied to clipboard

Specify branch

Open KiwiHawk opened this issue 1 year ago • 1 comments

Is it possible to specify which branch should be used? I would like it to detect locale changes in the dev branch rather than main branch. The PRs that it creates should also target the dev branch.

KiwiHawk avatar May 04 '24 04:05 KiwiHawk

I added this functionality, please change your factorio-mods-localization.json config file to the:

{
  "mods": ["SeaBlock"],
  "branch": "dev"
}

Please note that the config file should be changed in the main branch (not in dev).

dima74 avatar May 06 '24 16:05 dima74