1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-14 00:07:14 +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
---
The only currently supported format for the version is A.B.C.D, following [Semantic Versioning](https://semver.org/)
conventions. 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.
The only currently supported format for the version is A.B.C.D. This diverges from [Semantic Versioning](https://semver.org/)
conventions in that we have that `.D`, and don't currently support any additional strings, but follows the spirit of
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
code), see [this issue](https://github.com/EDCD/EDMarketConnector/issues/534).