You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Expected Behavior
branch release is available and autonomous.
Current Behavior
branch release has to be done manually.
Associated Data Files
No response
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: