fix: create new build, refs NOISSUE

This commit is contained in:
2025-05-24 21:09:33 +02:00
parent 7cc1ae22bb
commit 78e6666201

View File

@@ -1,3 +1,4 @@
#!/usr/bin/env bash
# generates changelog since last release
previous_tag=$(git tag --sort=-creatordate | sed -n 2p)
git shortlog "${previous_tag}.." | sed 's/^./ &/'