Bump versions, update scripts

This commit is contained in:
Jon Staab
2024-08-01 15:51:58 -07:00
parent 7bb6d8c54a
commit dd3fb2c7c6
16 changed files with 101 additions and 34 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
#!/bin/bash
for package in $(ls packages); do
for package in $(./get_packages.py); do
tag=$(git describe --tags --abbrev=0 --match=$package'/*')
changes=$(git diff "$tag" "packages/$package" | wc -l)