Open Ludee opened 2 years ago
The VERSION file is not required for code repositories that are created as a so-called package (in Python). In this case, the version is managed in setup.py. A repository like eoeplatform needs an additional source to store the version.
If the project uses bump2version the version in maintained in the .bumpversion.cfg
file. This files also specifyies all sources that must be updated by each release (like the VERSION
or the setup.py
files).
RELEASES
Releases are following the Semantic Versioning (SemVer). To follow the standard, this part should be considered: