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
Atm the shared libraries (utils, models) have implicit versioning.
If a merged change is not backwards compatible, it will cause downstream code to break immediately.
DoD
Introduce an explicit SemVer GHA (e.g. this one) in both libraries. This will create automatic versions based on PR labels.
It is triggered on merge
Create the first explicit version in both libraries
Notify other team members
The text was updated successfully, but these errors were encountered:
Atm the shared libraries (utils, models) have implicit versioning.
If a merged change is not backwards compatible, it will cause downstream code to break immediately.
DoD
The text was updated successfully, but these errors were encountered: