mirror of
https://github.com/msberends/AMR.git
synced 2025-07-13 05:21:50 +02:00
(v2.1.1.9109) another version bump
This commit is contained in:
2
.github/prehooks/commit-msg
vendored
2
.github/prehooks/commit-msg
vendored
@ -60,5 +60,7 @@ else
|
||||
fi
|
||||
|
||||
git add data-raw/*
|
||||
git add PythonPackage/*
|
||||
git add -u
|
||||
|
||||
exit 0
|
||||
|
3
.github/prehooks/pre-commit
vendored
3
.github/prehooks/pre-commit
vendored
@ -115,6 +115,9 @@ echo "${currentversion}" > .git/commit_version.tmp
|
||||
bash data-raw/_generate_GPT_knowledge_input.sh "${currentversion}"
|
||||
cd data-raw
|
||||
bash _generate_python_wrapper.sh
|
||||
cd ..
|
||||
git add data-raw/*
|
||||
git add PythonPackage/*
|
||||
git add -u
|
||||
|
||||
exit 0
|
||||
|
Reference in New Issue
Block a user