mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-01-10 03:47:03 +02:00
Merge branch 'master' into builds
This commit is contained in:
commit
6db500f053
@ -11,7 +11,7 @@ import (
|
||||
const bodyTemplate = `{{ .ReleaseNotes }}
|
||||
|
||||
---
|
||||
Automated with @goreleaser
|
||||
Automated with [GoReleaser](https://github.com/goreleaser)
|
||||
Built with {{ .GoVersion }}
|
||||
`
|
||||
|
||||
|
@ -17,7 +17,7 @@ func TestDescribeBody(t *testing.T) {
|
||||
out, err := describeBody(ctx)
|
||||
assert.NoError(err)
|
||||
assert.Contains(out.String(), changelog)
|
||||
assert.Contains(out.String(), "Automated with @goreleaser")
|
||||
assert.Contains(out.String(), "Automated with [GoReleaser]")
|
||||
assert.Contains(out.String(), "Built with go version go1.8")
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user