IQ.Pilot Release Commit @ 98a2c61

This commit is contained in:
IQ.Lvbs CI [bot]
2026-08-19 14:10:31 -05:00
parent dca8172e55
commit 7e3d70380a
55 changed files with 699 additions and 114 deletions

View File

@@ -18,8 +18,8 @@ def run(args, **kwargs):
def update_release(directory, name, version, agnos_version, release_notes):
(directory / "docs").mkdir(parents=True, exist_ok=True)
with open(directory / "docs" / "CHANGELOG.md", "w") as f:
(directory / "iqpilot" / "docs").mkdir(parents=True, exist_ok=True)
with open(directory / "iqpilot" / "docs" / "CHANGELOG.md", "w") as f:
f.write(release_notes)
(directory / "iqpilot" / "common").mkdir(parents=True, exist_ok=True)