mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-20 12:24:59 +00:00
feat: add docs update step after aider in update-history script
This commit is contained in:
parent
c15af63bc9
commit
dc4562a845
1 changed files with 3 additions and 0 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue