You've already forked go-semantic-release
feat(changelog): add docker usage to changelog
This commit is contained in:
@@ -11,7 +11,7 @@ func init() {
|
||||
|
||||
var zipCmd = &cobra.Command{
|
||||
Use: "zip",
|
||||
Short: "Zip configured artifact from release config",
|
||||
Short: "Zip configured artifact from release config (internal)",
|
||||
RunE: func(cmd *cobra.Command, args []string) error {
|
||||
config, err := cmd.Flags().GetString("config")
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user