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:
Arthur Meyre
2021-10-04 14:41:37 +02:00
parent e451afc283
commit b363db6700
10 changed files with 284 additions and 135 deletions

View File

@@ -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)