Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename Git branches #214

Closed
paullatzelsperger opened this issue Apr 14, 2023 · 1 comment · Fixed by #218
Closed

Rename Git branches #214

paullatzelsperger opened this issue Apr 14, 2023 · 1 comment · Fixed by #218
Assignees
Labels
enhancement New feature or request refactoring Refactoring, does not add functionality

Comments

@paullatzelsperger
Copy link
Contributor

paullatzelsperger commented Apr 14, 2023

WHAT

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.).

The decision is outlined in this decision record.

IMPORTANT

  • All open PRs may need to be manually re-targeted before develop is deleted!
  • Do this at a time where little disruption is expected, e.g. during night time or a weekend.
@paullatzelsperger paullatzelsperger added enhancement New feature or request refactoring Refactoring, does not add functionality labels Apr 14, 2023
@paullatzelsperger paullatzelsperger self-assigned this Apr 14, 2023
@paullatzelsperger paullatzelsperger moved this to Todo in EDC Board Apr 14, 2023
@paullatzelsperger
Copy link
Contributor Author

maybe we could solve #216 in the course of this issue as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request refactoring Refactoring, does not add functionality
Projects
Status: Done
1 participant