Skip to content

Commit

Permalink
gather changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Songmu committed Dec 25, 2017
1 parent 28ea99d commit e6013ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion goxz.go
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ func goAbsPkgs(pkgs []string, projDir string) ([]string, error) {
return stuff, nil
}

var resourceReg = regexp.MustCompile(`(?i)^(?:readme|license|credit|install)`)
var resourceReg = regexp.MustCompile(`(?i)^(?:readme|license|credit|install|changelog)`)

func gatherResources(dir string) ([]string, error) {
var ret []string
Expand Down

0 comments on commit e6013ef

Please sign in to comment.