mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-09 03:55:04 -05:00
chore(tools): centralize all versions related utils in a single script
- update version to be semver compliant with the new tools - update make targets and CI workflow to use the new version tool - update release issue template
This commit is contained in:
@@ -460,7 +460,8 @@ jobs:
|
||||
|
||||
# We want the space separated list of versions to be expanded
|
||||
# shellcheck disable=SC2086
|
||||
REQUIRES_LATEST_TAG=$(python script/actions_utils/version_comparison.py \
|
||||
REQUIRES_LATEST_TAG=$(python script/make_utils/version_utils.py \
|
||||
islatest \
|
||||
--new-version "${GIT_TAG}" \
|
||||
--existing-versions $EXISTING_TAGS)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user