Prashant Shahi
12/18/2024, 10:17 AMdevelop
branch in our GitHub repository.
Moving forward, the main
branch will be the single source of truth for all development work.
What does this mean for you?
• All feature branches should now branch off from and merge back into main
.
• The develop
branch will no longer be maintained or updated, and will be removed.
• CI/CD pipelines and other integrations will be adjusted to work exclusively with the main
branch.
• Open PRs which are raised against develop
will be closed automatically. You will need to re-create the PRs with main
as the base branch.