AutomataCI icon indicating copy to clipboard operation
AutomataCI copied to clipboard

Allow Branch Releases

Open hollowaykeanho opened this issue 8 months ago • 1 comments

Description

A lot of package managers (notably go and npm) are using branch release strategy to manage different release version. Hence, we have to facilitate such development seamlessly. The release must have:

  1. latest_[tech] branch - keeps the latest release artifacts.
  2. [version]_[tech] branch - keeps a version's artifacts.

Expected Behavior

branch release is available and autonomous.

Current Behavior

branch release has to be done manually.

Associated Data Files

No response

hollowaykeanho avatar Jun 07 '24 06:06 hollowaykeanho