0
0
mirror of https://github.com/renovatebot/renovate.git synced 2024-12-22 21:48:32 +00:00
renovatebot_renovate/lib/modules/versioning/unity3d/readme.md
timesince dcf214f36b
chore: fix some comments (#30697)
Signed-off-by: timesince <seekseat@icloud.com>
2024-08-12 06:32:08 +00:00

14 lines
466 B
Markdown

Unity versioning follow semantic versioning, followed by a letter, number and an optional hash:
- Major version is the year of release
- Minor and patch version are incremental, starting at 0
- The letter denotes a stream (**a**lpha, **b**eta, **f**inal release, etc.)
- The number is a growing index
- The hash is calculated by Unity internally and irrelevant for comparison
Examples:
- `2023.2.10f1 (316c1fd686f6)`
- `2023.3.0a17`
- `2023.3.0b4 (2cd31b2a2ee2)`