mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-20 04:14:59 +00:00
feat: Allow version arg for blame script, default to v0.1.0
This commit is contained in:
parent
2f5d6bf909
commit
b3e9a2fede
1 changed files with 3 additions and 2 deletions
|
@ -3,5 +3,6 @@
|
||||||
# exit when any command fails
|
# exit when any command fails
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
# take a version as an optional command line arg; use v0.1.0 if not provided AI!
|
# Use first argument as version if provided, otherwise default to v0.1.0
|
||||||
./scripts/blame.py v0.1.0 --all --output aider/website/_data/blame.yml
|
VERSION=${1:-v0.1.0}
|
||||||
|
./scripts/blame.py "$VERSION" --all --output aider/website/_data/blame.yml
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue