check-publish: convert ui.warn() to error.Abort()
This will help us in showing the message to the user on abort. Raising the error is better in my opinion as compared to printing a warning and returning 1. use
This will improve user experience and prevent issues like: heptapod#210 (closed)
Edited by Pulkit Goyal