1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-03-17 20:47:50 +02:00
This commit is contained in:
Carlos Alexandro Becker 2017-01-14 15:17:03 -02:00
parent 20f46dc05c
commit adbc830034
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

@ -53,14 +53,14 @@ func TestAcceptFiles(t *testing.T) {
var files = []string{
"LICENSE.md",
"LICENSE.txt",
"LIceNSE.txt",
"LICENSE",
"LICENCE.txt",
"LICENCE",
"LICEncE",
"README",
"README.md",
"READme.md",
"CHANGELOG.txt",
"CHANGELOG.md",
"ChanGELOG.md",
}
for _, file := range files {