Skip to content

Commit

Permalink
Fix typo in scripts/release.sh (#1426)
Browse files Browse the repository at this point in the history
We should consider moving to changie to publish a release, but in the
meantime, fix this typo in `scripts/release.sh`.
  • Loading branch information
justinvp authored Sep 11, 2024
1 parent fcd0193 commit 69cba63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# Example:
#
# ./scripts/release.h v0.5.2
# ./scripts/release.sh v0.5.2

set -euo pipefail

Expand Down

0 comments on commit 69cba63

Please sign in to comment.