Assess branching concept #1

Closed
opened 2021-03-28 11:48:11 +02:00 by sebastianw · 1 comment
Collaborator

The current branching concept needs to be reassessed. The master branch is marked as the default branch although the complete development is done on the develop branch. That should be changed.

Possible changes:

  • make the develop branch the default branch and use the master branch only for release tags
  • leave the master branch the default branch and do the development on feature branches that are merged into the master by merge request only (favorable)
The current branching concept needs to be reassessed. The `master` branch is marked as the `default` branch although the complete development is done on the `develop` branch. That should be changed. Possible changes: * make the `develop` branch the `default` branch and use the `master` branch only for release `tags` * leave the `master` branch the `default` branch and do the development on feature branches that are merged into the master by merge request only (favorable)
marcel was assigned by sebastianw 2021-03-28 12:56:08 +02:00
Owner

Done

Done
Sign in to join this conversation.
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: marcel/pylot#1
No description provided.