From 429dc5afec0ad24cc478eaf6d4f058c9eb99d3e9 Mon Sep 17 00:00:00 2001 From: Zachary Snow Date: Mon, 6 May 2024 23:17:57 -0400 Subject: [PATCH] use --pvp-bounds upper for future releases --- release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release.sh b/release.sh index 18af843..f4a3614 100755 --- a/release.sh +++ b/release.sh @@ -38,4 +38,4 @@ notes=`pandoc --from markdown --to markdown --wrap none CHANGELOG.md | \ gh release create v$version --title v$version --notes "$notes" # create the Hackage release candidate -stack upload --test-tarball --candidate . +stack upload --test-tarball --candidate --pvp-bounds upper .