Skip to content

Commit

Permalink
Merge branch 'master' of github.com:linuxmuster/linuxmuster-linbo-gui
Browse files Browse the repository at this point in the history
  • Loading branch information
dorianim committed Apr 12, 2022
2 parents b6bb7c0 + be6b354 commit 73d6f79
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ In case of a mistake, the tag can be deleted:
2. Remotely: `git push --delete origin vVERSION`

## Version schema:
- Genreal: `major.minor.patch`
- Prereleases (release candidates) must end with `-rcXX` where `XX` is the number of the Prerelease
- So, before version `7.1.1` is released, there may be versions `7.1.1-rc01`, `7.1.1-rc02`, and so on
- Releases are always prefixed with `release`.
- So, once version `7.1.1` is ready, it is published as `7.1.1-release`
- Genreal: `major.minor.patch` ([semver](https://semver.org/))
- Prereleases (release candidates) must end with `~XX` where `XX` is the number of the Prerelease
- So, before version `7.1.1` is released, there may be versions `7.1.1~01`, `7.1.1~02`, and so on
- Releases don't have a suffix
- So, once version `7.1.1` is ready, it is published as `7.1.1`
- This concept ensures that stable releases are elays evaluated as a higher version Number than perreleases.

0 comments on commit 73d6f79

Please sign in to comment.