mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-06-26 10:11:27 +00:00
We new release of a project is made, projects dependending of it are rebuild and republish to keep the binaries up-to-date. To avoid overwrite the already build archives and silent the fact that new archives are available, we need to have a extra build version. `release_versions[project]` has to be set each time a dependency of `project` is bump but the project version has not changed. If the `project` version changes, the `release_versions[project]` has to be cleared. If we don't want to release this version again, remove project from `release_versions`. See kiwix/kiwix-tools#222