What is diffrence on main branch and next branch?
Before setting self-hosting, I want to know π
Can you tell me what features have been added to the next branch?
7 Replies
@MINIMINI, you just advanced to level 1!
Hi @MINIMINI, I'm an AI assistant for Novu. While a team member reviews this question, I'll look through relevant sources and see if I can provide suggestions. Please tag @Ask Inkeep with any follow-up questions.
-----------------------------
While I generate an answer, here are some sources that might be helpful:
* AWS
* Overview
* Introduction
* Deploy with Docker
-----------------------------
Answer
The "main" branch is typically considered the stable branch that contains the latest released version of the software, ready for production use. The "next" branch, on the other hand, is often used for the latest development work, including new features and fixes that haven't been fully tested or released yet. When contributing or setting up a project, especially for contributions, it's recommended to work from the "next" branch to ensure you're working with the most recent changes and features (1) , (2) .
Next is for development, main is the release branch @MINIMINI
Thank you ! Then Can I know what features have been added to the next branch?
Iβve quite a long list Iβm afraid! π
π
Everything that the engineering team is working on is in the next branch and once itβs ready for production, it goes into the main branch
Aha ππ Okey Thank you so much !!!