fix: mkreleaselog exclude autogenerated files (#1567)
This commit is contained in:
parent
193990f76d
commit
449bafb2a3
|
@ -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'
|
||||
|
||||
|
|
Loading…
Reference in New Issue