1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-11 03:02:03 +02:00

(v2.1.1.9108) version update

This commit is contained in:
2024-11-21 21:58:05 +01:00
parent 0fda130a0b
commit 38bb36ca19
12 changed files with 13 additions and 10219 deletions

View File

@ -59,4 +59,6 @@ else
echo "No version number to prepend to commit message."
fi
git add data-raw/*
exit 0

View File

@ -113,6 +113,8 @@ echo "${currentversion}" > .git/commit_version.tmp
# Generate GPT knowledge info for our Assistant (https://chatgpt.com/g/g-M4UNLwFi5-amr-for-r-assistant)
bash data-raw/_generate_GPT_knowledge_input.sh "${currentversion}"
git add data-raw/*
cd data-raw
bash _generate_python_wrapper.sh
git add PythonPackage/*
exit 0