mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-20 04:14:59 +00:00
Add blame data for Aider project versions
This commit is contained in:
parent
c971db7cb7
commit
4ed4f1400c
2 changed files with 253 additions and 0 deletions
6
scripts/update-blame.sh
Executable file
6
scripts/update-blame.sh
Executable file
|
@ -0,0 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
# exit when any command fails
|
||||
set -e
|
||||
|
||||
./scripts/blame.py v0.1.0 --all > aider/website/_data/blame.yml
|
Loading…
Add table
Add a link
Reference in a new issue