fix: fix version increment logic, refs NOISSUE

This commit is contained in:
2026-04-02 02:04:39 +02:00
parent 78c8bd68cc
commit f7b8925881

View File

@@ -86,7 +86,7 @@ start() {
echo "New version: $new_version"
gitchangelog | grep -v "[rR]elease:" > HISTORY.md
echo $new_version > ai_test/VERSION
echo $new_version > ai_software_factory/VERSION
git add ai_software_factory/VERSION HISTORY.md
git commit -m "release: version $new_version 🚀"
echo "creating git tag : $new_version"