LieberLieber / LemonTree.Automation.Workflows

LemonTree.Automation Sample Scripts
Mozilla Public License 2.0
8 stars 3 forks source link

Create an Action that renames and updates the model from .eapx to .qeax on push #192

Open danielsiegl opened 1 year ago

danielsiegl commented 1 year ago

To convert models in all branches is cumbersum - but we could do an action that when ever a branch is pushed that contains a .eapx we rename/convert it to .qeax and check it in.

A process that could probably work:

It really all depends if this way of doing it gives the git clients a chance to recognize it is still the same file.

danielsiegl commented 1 year ago

What happens when we merge such a branch back and the model in the main is still model.eapx ???

danielsiegl commented 1 year ago

How do we get the empty model that we need for the merge or project transfer operation from .eapx into .qeax?

danielsiegl commented 1 year ago

see: https://github.com/LieberLieber/git_and_EA_Tools