From 1411cff69e3dd05dc2be073e104606ab88d34490 Mon Sep 17 00:00:00 2001 From: Steven Allen Date: Wed, 23 Jun 2021 19:03:24 -0700 Subject: [PATCH] change mkreleaselog script to only include filecoin-project --- scripts/mkreleaselog | 21 +-------------------- 1 file changed, 1 insertion(+), 20 deletions(-) diff --git a/scripts/mkreleaselog b/scripts/mkreleaselog index c59027075..c9eaef4fb 100755 --- a/scripts/mkreleaselog +++ b/scripts/mkreleaselog @@ -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})"