1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-03-17 20:47:50 +02:00

improved config

This commit is contained in:
Carlos Alexandro Becker 2016-12-31 10:03:48 -02:00
parent 12436a5bf4
commit 3277b53d17
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

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