Loading
Where can I find the best guidance for creating Minor Upgrade (primarily) or Small Update patches (involving dynamic linked components) via Build Automation (primarily GitHub Workflow)?

We will be launching our new cloud app, which does have a suite of client-side components. There will be the need to automate patch building, which is initially going to be Minor Upgrades due to the fact each build through our Github workflow bumps the Product Version. That I guess will be easier for us at least initially.

 

We do have many Dynamically Linked components so the need to have access to the previously deployed installation package is paramount. Those will be stored and retrieved during the build so that is not an issue.

 

I'm just looking for some information that will provide best practices and guidance for creating patches through an automated pipeline.

 

We are using ISCmdBld through the pipeline currently to build our installation packages.

 

Any information is appreciated.


Loading
Where can I find the best guidance for creating Minor Upgrade (primarily) or Small Update patches (involving dynamic linked components) via Build Automation (primarily GitHub Workflow)?