1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-21 22:13:17 +02:00

(v2.1.1.9237) clean-up

This commit is contained in:
2025-04-13 09:59:40 +02:00
parent 40d7a971c3
commit d31371613e
14 changed files with 39 additions and 26 deletions

View File

@ -111,7 +111,7 @@ echo ""
# Save the version number for use in the commit-msg hook
echo "${currentversion}" > .git/commit_version.tmp
# Generate GPT knowledge info for our Assistant (https://chatgpt.com/g/g-M4UNLwFi5-amr-for-r-assistant)
# Generate GPT knowledge info for our Assistant (https://chat.amr-for-r.org)
bash data-raw/_generate_GPT_knowledge_input.sh "${currentversion}"
git add data-raw/*
git add -u