Skip to content

Commit

Permalink
fix: mkreleaselog exclude autogenerated files (#1567)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorropo committed May 26, 2022
1 parent 193990f commit 449bafb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/mkreleaselog
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\)$'
[[ -n "${IGNORED_FILES+x}" ]] || IGNORED_FILES='^\(\.gx\|package\.json\|\.travis\.yml\|go.mod\|go\.sum|\.github|\.circleci|\.gen\.go\)$'

NL=$'\n'

Expand Down

0 comments on commit 449bafb

Please sign in to comment.