mirror of https://github.com/zachjs/sv2v.git
use --pvp-bounds upper for future releases
This commit is contained in:
parent
9ba03f9942
commit
429dc5afec
|
|
@ -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 .
|
||||
|
|
|
|||
Loading…
Reference in New Issue