change mkreleaselog script to only include filecoin-project
This commit is contained in:
parent
efaa7b0d76
commit
1411cff69e
@ -5,26 +5,7 @@ export GOPATH="$(go env GOPATH)"
|
|||||||
|
|
||||||
alias jq="jq --unbuffered"
|
alias jq="jq --unbuffered"
|
||||||
|
|
||||||
AUTHORS=(
|
AUTHORS=(filecoin-project)
|
||||||
# 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
|
|
||||||
)
|
|
||||||
|
|
||||||
[[ -n "${REPO_FILTER+x}" ]] || REPO_FILTER="github.com/(${$(printf "|%s" "${AUTHORS[@]}"):1})"
|
[[ -n "${REPO_FILTER+x}" ]] || REPO_FILTER="github.com/(${$(printf "|%s" "${AUTHORS[@]}"):1})"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user