diff --git a/release.sh b/release.sh index 948cd12..fd41e4d 100755 --- a/release.sh +++ b/release.sh @@ -26,7 +26,7 @@ read -r VERSION # changes since last release as inspiration # Make an annotated tag for this release -git tag --annotated "$VERSION" +git tag --annotate "$VERSION" # NOTE: To get the version number right, these builds must # be done after the above tagging.