You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cmd.Flag.String("signed-by", "", "an optional field containing a comma separated list of OpenPGP key fingerprints to be used for validating the next Release file")
133
141
cmd.Flag.Bool("skip-cleanup", false, "don't remove unreferenced files in prefix/component")
134
142
cmd.Flag.Bool("multi-dist", false, "enable multiple packages with the same filename in different distributions")
143
+
cmd.Flag.String("origin", "", "overwrite origin name to publish")
144
+
cmd.Flag.String("label", "", "overwrite label to publish")
0 commit comments