summaryrefslogtreecommitdiffstats
path: root/commands/release.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/release.go')
-rw-r--r--commands/release.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/release.go b/commands/release.go
index fe3c5efb6..54cf936e8 100644
--- a/commands/release.go
+++ b/commands/release.go
@@ -42,7 +42,7 @@ func newReleaseCommand() simplecobra.Commander {
return rel.Run()
},
- withc: func(cmd *cobra.Command) {
+ withc: func(cmd *cobra.Command, r *rootCommand) {
cmd.Hidden = true
cmd.PersistentFlags().BoolVarP(&skipPush, "skip-push", "", false, "skip pushing to remote")
cmd.PersistentFlags().BoolVarP(&try, "try", "", false, "no changes")