Skip to content

Commit

Permalink
Apply same dev commit
Browse files Browse the repository at this point in the history
  • Loading branch information
MSWS committed Jul 15, 2024
1 parent 32f2bdd commit 4e674cb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ Our **Stable** builds run on EdgeGamers' own Jailbreak servers.
Our **Nightly** builds are used exclusively for development and staging, and are likely to have problems.

## Versioning
Our release tags starting from 'v1.2.0' follow the [Semantic Versioning 2.0.0](https://semver.org/) standard,
Our release tags starting from 'v2.0.0' follow the [Semantic Versioning 2.0.0](https://semver.org/) standard,
where `MAJOR.MINOR.PATCH` are incremented based on the following:
- `MAJOR` when we make incompatible API changes,
- `MINOR` when we add functionality in a backwards-compatible manner, **or** modify gameplay behavior
- `PATCH` when we make backwards-compatible bug fixes, **or** modify non-gameplay (cosmetic) behavior
- `MINOR` when we add functionality in a backwards-compatible manner.
- `PATCH` when we make backwards-compatible bug fixes.

## Status

Expand Down

0 comments on commit 4e674cb

Please sign in to comment.