chore(release): release 0.9.4 (#136)

This commit is contained in:
Salman Mohammed
2024-10-10 19:10:08 -04:00
committed by GitHub
parent 49a30b4d22
commit b214a173f0
4 changed files with 36 additions and 2 deletions
+4
View File
@@ -70,3 +70,7 @@ tag:
tag-push:
just tag
git push origin tag v$(just tag_version)
# get commit messages for a release
release-notes:
git log --pretty=format:"- %s" v$(just tag_version)..HEAD