Skip to content

Commit

Permalink
fix: mkreleaselog exclude autogenerated files
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorropo committed May 26, 2022
1 parent 193990f commit a48f835
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/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\)$'
[[ -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 a48f835

Please sign in to comment.