fix: broken CI build, refs NOISSUE

This commit is contained in:
2026-04-02 01:58:13 +02:00
parent e824475872
commit aa0ca2cb7b
2 changed files with 18 additions and 24 deletions

View File

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