initial commit

This commit is contained in:
2024-11-27 20:44:34 +01:00
commit bbfabb2eee
25 changed files with 659 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
#!/usr/bin/env bash
previous_tag=$(git tag --sort=-creatordate | sed -n 2p)
git shortlog "${previous_tag}.." | sed 's/^./ &/'