1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-02-09 13:36:56 +02:00
This commit is contained in:
Carlos Alexandro Becker 2016-12-31 10:04:24 -02:00
parent 3277b53d17
commit 51e0eff8f6
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

@ -18,7 +18,7 @@ func main() {
if err != nil {
log.Fatalln("Failed to load goreleaser.yml:", err.Error())
}
log.Println("Building", config.Git.CurrentTag, "...")
log.Println("Releasing", config.Git.CurrentTag, "...")
var pipeline = []pipeline.Pipe{
build.Pipe{},
compress.Pipe{},