Bump versions

This commit is contained in:
Jon Staab
2024-08-19 09:01:08 -07:00
parent 8d3ca2ef6a
commit bacc86823f
8 changed files with 41 additions and 38 deletions
+6
View File
@@ -0,0 +1,6 @@
#!/bin/bash
package=$1
tag=$(git describe --tags --abbrev=0 --match=$package'/*')
git diff "$tag" "packages/$package"