1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-30 04:50:45 +02:00

chore: thanks for using goreleaser!

This commit is contained in:
Carlos Alexandro Becker 2023-04-30 17:48:36 +00:00
parent d62abe0b16
commit 01e9810ab2
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

@ -76,6 +76,9 @@ Check out our website for more information, examples and documentation: https://
log.Debug("debug logs enabled")
}
},
PersistentPostRun: func(_ *cobra.Command, _ []string) {
log.Info("thanks for using goreleaser!")
},
}
cmd.SetVersionTemplate("{{.Version}}")