Skip to content

Commit 0d5061b

Browse files
committed
Update release script
1 parent 892a113 commit 0d5061b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

release

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ if [ "$?" -eq "0" ]; then
3636
curl -X PUT -H 'Content-Type: application/x-tar' -H 'Content-Encoding: gzip' --data-binary "$packagename-$version-docs.tar.gz" "https://$username:$password@hackage.haskell.org/package/$packagename-$version/candidate/docs"
3737
open "https://hackage.haskell.org/package/$packagename-$version/candidate/"
3838
cd $rootdir
39+
echo "To publish the candidate, use 'cabal upload --publish'."
3940
exit $?
4041
else
4142
echo -e "\033[1;31mNot in a stack-powered project\033[0m"

0 commit comments

Comments
 (0)