We try to keep master branch stable and release patch versions from there, for example 3.1.6. Develop branch is for the next minor release (3.2.0) and contains new features. Major versions contain breaking changes ie 4.x
Download NODEBB files to version 1.17.0
Unsolved
General Discussion
-
If I want to build NODEBB on version 1.17.0, what command do I run?
git clone https://github.com/NodeBB/NodeBB
This is the command to build the most up-to-date NODEBB, but what is the command to 1.17.0?
Someone once told me I should put @ after the command and write down the version I want, is that right?
-
L LEVI HAVIV marked this topic as a question on
-
cd
into the NodeBB directory and rungit checkout v1.17.0
after the clone.