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
As part of our commitment to adopting semantic versioning across all SDKs from version 2, we are going to be making more breaking changes to SDKs. This brings with it the expectation that we will need to release patch releases on older series of SDKs, most likely in response to bugs reported by customers.
We should document how this will achieved, including naming convention for these maintenance branches. The expectation is that we would not created a maintenance branch for an older SDK version until the need arises (branch from Git release tag), and that at that point that branch would become protected in the same way that main branch is.
The text was updated successfully, but these errors were encountered:
As part of our commitment to adopting semantic versioning across all SDKs from version 2, we are going to be making more breaking changes to SDKs. This brings with it the expectation that we will need to release
patch
releases on older series of SDKs, most likely in response to bugs reported by customers.We should document how this will achieved, including naming convention for these maintenance branches. The expectation is that we would not created a maintenance branch for an older SDK version until the need arises (branch from Git release tag), and that at that point that branch would become protected in the same way that
main
branch is.The text was updated successfully, but these errors were encountered: