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:
2
.github/prehooks/commit-msg
vendored
2
.github/prehooks/commit-msg
vendored
@ -59,4 +59,6 @@ else
|
||||
echo "No version number to prepend to commit message."
|
||||
fi
|
||||
|
||||
git add data-raw/*
|
||||
|
||||
exit 0
|
||||
|
4
.github/prehooks/pre-commit
vendored
4
.github/prehooks/pre-commit
vendored
@ -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
|
||||
|
Reference in New Issue
Block a user