Commit 429dc5af by Zachary Snow

use --pvp-bounds upper for future releases

parent 9ba03f99
...@@ -38,4 +38,4 @@ notes=`pandoc --from markdown --to markdown --wrap none CHANGELOG.md | \ ...@@ -38,4 +38,4 @@ notes=`pandoc --from markdown --to markdown --wrap none CHANGELOG.md | \
gh release create v$version --title v$version --notes "$notes" gh release create v$version --title v$version --notes "$notes"
# create the Hackage release candidate # create the Hackage release candidate
stack upload --test-tarball --candidate . stack upload --test-tarball --candidate --pvp-bounds upper .
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment