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