File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -170,6 +170,7 @@ func cliHandler(cmd *cobra.Command, args []string) {
170170 rawCommits , err := prov .GetCommits (release .SHA , currentSha )
171171 exitIfError (err )
172172
173+ logger .Println ("analyzing commits..." )
173174 commitAnalyzer , err := pluginManager .GetCommitAnalyzer ()
174175 exitIfError (err )
175176 logger .Printf ("commit-analyzer plugin: %s@%s\n " , commitAnalyzer .Name (), commitAnalyzer .Version ())
@@ -237,6 +238,7 @@ func cliHandler(cmd *cobra.Command, args []string) {
237238 }
238239
239240 if len (conf .UpdateFiles ) > 0 {
241+ logger .Println ("updating files..." )
240242 updater , err := pluginManager .GetChainedUpdater ()
241243 exitIfError (err )
242244 logger .Printf ("files-updater plugins: %s\n " , strings .Join (updater .GetNameVersionPairs (), ", " ))
You can’t perform that action at this time.
0 commit comments