feat: add docs update step after aider in update-history script

This commit is contained in:
Paul Gauthier (aider) 2024-11-26 07:10:32 -08:00
parent c15af63bc9
commit dc4562a845

View file

@ -54,6 +54,9 @@ Changes in the .x-dev version should be listed under a "### main branch" heading
cmd = ["aider", "HISTORY.md", "--read", tmp_path, "--msg", message, "--no-auto-commit"]
subprocess.run(cmd)
# Run update-docs.sh after aider
subprocess.run(["scripts/update-docs.sh"])
# Cleanup
os.unlink(tmp_path)