use --pvp-bounds upper for future releases

This commit is contained in:
Zachary Snow 2024-05-06 23:17:57 -04:00
parent 9ba03f9942
commit 429dc5afec
1 changed files with 1 additions and 1 deletions

View File

@ -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 .