Skip to content

Create a Develop Branch #2

@HumanInTheory

Description

@HumanInTheory

I advocate for creating a branch in the main repository called develop which will be the branch to merge all changes into. In this schema, main would be reserved for commits tied directly to public builds in a 1-to-1 ratio.

Pros:

  • Allows maintainers to trust that commits in main are operational
  • Assists maintainers in tracking down bugs identified in a public release
  • Simplifies search for regressions via binary search of release commits
  • Provides a simplified view into the repository for non-technical observers

Cons:

  • Slight complexity increase for creating a release version
  • Slight complexity increase for repository management
  • May cause initial confusion for new maintainers unfamiliar with this workflow

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions