Update readme for releasing

This commit is contained in:
Donny Xia
2020-05-21 10:07:42 -07:00
parent 4d88032e11
commit 4b68425d86
2 changed files with 5 additions and 13 deletions

View File

@@ -49,8 +49,9 @@ func logFatalE(e error) {
// === Command line commands ===
var rootCmd = &cobra.Command{
Use: "releasing",
Short: "This go program is used to improve the modules releasing process in Kustomize repository.",
Use: "releasing",
Short: `This go program is used to improve the modules releasing process in Kustomize repository.
Note: You may need to run fixgomod.sh in the module to make the module ready to release.`,
}
func listCmdImpl() error {