[PRODENG-211] reworked version updating (#9104)

* update js-api package metadata

* cleanup

* improve script loop

* cleanup dead code

* Revert "cleanup dead code"

This reverts commit f0de08acf8.

* cleanup dead code

* cleanup

* cleanup dead code

* reduce scripts

* cleanup script

* better naming

* cleanup

* minor fixes

* code improvements and fixes

* minor improvements

* fix js-api upgrades

* reusable version generator

* fix variable overwrite

* reduce code duplication

* fix version generation for build number

* cleanup
This commit is contained in:
Denys Vuika
2023-11-22 11:33:05 +00:00
committed by GitHub
parent aa05fc28b5
commit e97333aabd
6 changed files with 89 additions and 261 deletions

View File

@@ -36,8 +36,6 @@ LICENSE_GREP=`escape_for_grep "$LICENSE_ROW"`
LICENSE_README="$ROOTDIR/docs/license-info/README.md";
LICENSE_GREP_RESULT=`grep "$LICENSE_GREP" "$LICENSE_README"`;
#./scripts/update-version.sh -v $VERSION
if [ -z "$LICENSE_GREP_RESULT" ];
then
echo -e "\e[33mAdding third party license info for version: $VERSION\e[0m"