mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-03-17 20:47:50 +02:00
lowercase #77
This commit is contained in:
parent
20f46dc05c
commit
adbc830034
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user