Provide a command that:
UpdateDependency 'DependentProjectName
That will:
- Create a temp branch
- Modify the Acre.config file by bumping up the version number of the dependent project,
- Merge back to master
- Delete temp branch
The command should just update to latest version of dependent project.
Provide a command that:
UpdateDependency 'DependentProjectName
That will:
The command should just update to latest version of dependent project.