diff --git a/.goreleaser.yml b/.goreleaser.yml index 1743d7ff..608dad76 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -33,7 +33,7 @@ brew: dependencies: - git install: | - bin.install '{{ .ProjectName }}' + bin.install "fvm" changelog: sort: asc filters: diff --git a/cmd/root.go b/cmd/root.go index b4e3aba9..c143adfa 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -31,9 +31,9 @@ var rootCmd = &cobra.Command{ Short: "A version management tool for Flutter", // Uncomment the following line if your bare application // has an action associated with it: - Run: func(cmd *cobra.Command, args []string) { - fmt.Println(args) - }, + // Run: func(cmd *cobra.Command, args []string) { + // fmt.Println(args) + // }, } // Execute adds all child commands to the root command and sets flags appropriately.