Skip to content

Commit

Permalink
use --pvp-bounds upper for future releases
Browse files Browse the repository at this point in the history
  • Loading branch information
zachjs committed May 7, 2024
1 parent 9ba03f9 commit 429dc5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 .

0 comments on commit 429dc5a

Please sign in to comment.