1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-06-06 02:13:41 +03:00

We're not following Semantic Versioning to the letter.

We might in the future, but that would depend on changes to `setup.py` to make it only `A.B.C`
and to add support for extra strings.
This commit is contained in:
Athanasius 2020-06-30 19:20:30 +01:00
parent 88165206c0
commit 71cc41b39a

View File

@ -18,9 +18,11 @@ consistent with our vision for EDMC. Fundamental changes in particular need to b
Version conventions Version conventions
--- ---
The only currently supported format for the version is A.B.C.D, following [Semantic Versioning](https://semver.org/) The only currently supported format for the version is A.B.C.D. This diverges from [Semantic Versioning](https://semver.org/)
conventions. Note that the 'D' part being different does *not* make the version different for purposes of the conventions in that we have that `.D`, and don't currently support any additional strings, but follows the spirit of
WinSparkle update checking, XXX (true?): or the Windows installer thinking it's a newer version. the intent behind each of `A`, `B` and `C`. Note that the 'D' part being different does *not* make the version
different for purposes of the WinSparkle update checking, XXX (true?): or the Windows installer thinking it's a
newer version.
There is currently no support for appending any other string to the version (it will break some of the build There is currently no support for appending any other string to the version (it will break some of the build
code), see [this issue](https://github.com/EDCD/EDMarketConnector/issues/534). code), see [this issue](https://github.com/EDCD/EDMarketConnector/issues/534).