mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-01-10 03:47:03 +02:00
removed debug logs
This commit is contained in:
parent
3ceea0572c
commit
a9f855ee54
@ -2,7 +2,6 @@ package git
|
||||
|
||||
import (
|
||||
"io/ioutil"
|
||||
"log"
|
||||
"os"
|
||||
"path/filepath"
|
||||
"testing"
|
||||
@ -145,8 +144,6 @@ func TestChangelog(t *testing.T) {
|
||||
gitCommit(t, "added feature 1")
|
||||
gitCommit(t, "fixed bug 2")
|
||||
gitTag(t, "v0.0.2")
|
||||
s, _ := git("log", "--oneline")
|
||||
log.Println("\n" + s)
|
||||
var ctx = &context.Context{
|
||||
Config: config.Project{},
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user