Skip to content

Commit

Permalink
fix: fix mkreleaselog ignore pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
Stebalien authored and aschmahmann committed Oct 2, 2020
1 parent 3ad640b commit f3d0bd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/mkreleaselog
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ AUTHORS=(

[[ -n "${REPO_FILTER+x}" ]] || REPO_FILTER="github.com/(${$(printf "|%s" "${AUTHORS[@]}"):1})"

[[ -n "${IGNORED_FILES+x}" ]] || IGNORED_FILES='^\(\.gx\|package\.json\|\.travis\.yml\|go.mod\|go\.sum|\.github|\.circleci\|.*\.pb\.go\|cbor_gen\.go\)$'
[[ -n "${IGNORED_FILES+x}" ]] || IGNORED_FILES='^\(\.gx\|package\.json\|\.travis\.yml\|go\.mod\|go\.sum\|\.github\|\.circleci\|.*\.pb\.go\|cbor_gen\.go\)$'

NL=$'\n'

Expand Down

0 comments on commit f3d0bd6

Please sign in to comment.