* give an uniform check for release process
* fixed as the review of adamreese: update the err message when releasename is empty and update the test units.
* fixed as the review of bacongobbler: add more detail information to return message. the regex rule is added to the return message.
//errInvalidName indicates that an invalid release name was provided
errInvalidName=errors.New("invalid release name, must match regex ^(([A-Za-z0-9][-A-Za-z0-9_.]*)?[A-Za-z0-9])+$ and the length must not longer than 53")
)
)
// ListDefaultLimit is the default limit for number of items returned in a list.
// ListDefaultLimit is the default limit for number of items returned in a list.