change mkreleaselog script to only include filecoin-project

This commit is contained in:
Steven Allen 2021-06-23 19:03:24 -07:00
parent efaa7b0d76
commit 1411cff69e

View File

@ -5,26 +5,7 @@ export GOPATH="$(go env GOPATH)"
alias jq="jq --unbuffered"
AUTHORS=(
# orgs
ipfs
ipld
libp2p
multiformats
filecoin-project
ipfs-shipyard
# Authors of personal repos used by go-ipfs that should be mentioned in the
# release notes.
whyrusleeping
Kubuxu
jbenet
Stebalien
marten-seemann
hsanjuan
lucas-clemente
warpfork
)
AUTHORS=(filecoin-project)
[[ -n "${REPO_FILTER+x}" ]] || REPO_FILTER="github.com/(${$(printf "|%s" "${AUTHORS[@]}"):1})"