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
We require the following renaming of Git branches:
main -> releases (will track all the releases)
develop -> main (will be our default branch)
delete develop
WHY
The renaming is necessary to comply with TractusX Release Guidelines, but also being able to leverage the benefits of GitFlow, as well as convenience features of GitHub itself (e.g. automatic PR->issue linking, default branch checkouts, etc.).
WHAT
We require the following renaming of Git branches:
main
->releases
(will track all the releases)develop
->main
(will be our default branch)develop
WHY
The renaming is necessary to comply with TractusX Release Guidelines, but also being able to leverage the benefits of GitFlow, as well as convenience features of GitHub itself (e.g. automatic PR->issue linking, default branch checkouts, etc.).
The decision is outlined in this decision record.
IMPORTANT
develop
is deleted!The text was updated successfully, but these errors were encountered: