Skip to content

Commit

Permalink
Merge branch '4.0.0-DEV' into strict-mode
Browse files Browse the repository at this point in the history
  • Loading branch information
chompDev authored Dec 30, 2024
2 parents cfe6ced + 995a3d0 commit b858a85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ To prepare the project for development you will need to:
1. Run `git clone https://github.com/sp-tarkov/server.git server` to clone the repository.
2. Run `git lfs pull` to download LFS files locally.
3. Open the `project/mod.code-workspace` file in Visual Studio Code (VSC).
4. Run `nvm use 20.11.1` in the VSC terminal.
4. Run `nvm use 22.12.0` in the VSC terminal.
5. Run `npm install` in the VSC terminal.

## Development
Expand Down Expand Up @@ -94,7 +94,7 @@ We're really excited that you're interested in contributing! Before submitting y
The default branch used for the latest stable release. This branch is protected and typically is only merged with release branches.
- **3.10.X-DEV**
Development for the next hotfix release. Hotfix releases include bug fixes and minor features that do not affect the coding structure of the project. Special care is taken to not break server mod stability. These always target the same version of EFT as the last minor release.
- **3.11.0-DEV**
- **4.0.0-DEV**
Development for the next minor release of SPT. Minor releases target the latest version of EFT. Late in the minor release cycle the EFT version is frozen for stability to prepare for release. Larger changes to the project structure may be included in minor releases.

### Pull Request Guidelines
Expand Down

0 comments on commit b858a85

Please sign in to comment.