release: do not sign

main
Motiejus Jakštys 2024-05-10 14:49:45 +03:00
parent d806f056f3
commit 5b65b37d81
1 changed files with 1 additions and 1 deletions

View File

@ -22,4 +22,4 @@ last_tag=$(git tag | tail -1)
echo
echo Changelog since "$last_tag":
git log --pretty=format:"- [%an] %s" "$last_tag"..HEAD
} | git tag -u motiejus@jakstys.lt -F - "$1"
} | git tag -F - "$1"