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:
latest_[tech] branch - keeps the latest release artifacts.
[version]_[tech] branch - keeps a version's artifacts.
Description
A lot of package managers (notably
go
andnpm
) are using branch release strategy to manage different release version. Hence, we have to facilitate such development seamlessly. The release must have:latest_[tech]
branch - keeps the latest release artifacts.[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