mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-03-19 20:57:53 +02:00
commit
5ebdbfa87a
2
main.go
2
main.go
@ -36,7 +36,7 @@ var pipes = []pipeline.Pipe{
|
|||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
var app = cli.NewApp()
|
var app = cli.NewApp()
|
||||||
app.Name = "release"
|
app.Name = "goreleaser"
|
||||||
app.Version = version
|
app.Version = version
|
||||||
app.Usage = "Deliver Go binaries as fast and easily as possible"
|
app.Usage = "Deliver Go binaries as fast and easily as possible"
|
||||||
app.Flags = []cli.Flag{
|
app.Flags = []cli.Flag{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user