diff --git a/scripts/update-cli.sh b/scripts/update-cli.sh index 9a9a183cb..3c9a3c760 100755 --- a/scripts/update-cli.sh +++ b/scripts/update-cli.sh @@ -7,3 +7,4 @@ if [ -z "$1" ]; then fi sed -i "s/CLI_VERSION=\".*\"/CLI_VERSION=\"$1\"/g" buildroot-external/configs/* +git commit -m "OS: Update CLI $1" buildroot-external/configs/* diff --git a/scripts/update-supervisor.sh b/scripts/update-supervisor.sh index 6dcb0a7cf..cf8631a19 100755 --- a/scripts/update-supervisor.sh +++ b/scripts/update-supervisor.sh @@ -7,3 +7,5 @@ if [ -z "$1" ]; then fi sed -i "s/SUPERVISOR_VERSION=\".*\"/SUPERVISOR_VERSION=\"$1\"/g" buildroot-external/configs/* +git commit -m "OS: Update supervisor $1" buildroot-external/configs/* +