Skip to content

Commit

Permalink
Tools: Update get-contributor-list script to allow -beta (#22108)
Browse files Browse the repository at this point in the history
  • Loading branch information
sdixon194 authored Dec 15, 2021
1 parent bdc97be commit a2aef5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/get-contributor-list.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ while IFS= read -r VER; do
done
die "Could not find an existing branch for a version prior to $CURRENT_VERSION"
fi
done < <( sed -n -E -e 's/^## \[?([0-9.]+)\]? - .*$/\1/p' "projects/$1/CHANGELOG.md" )
done < <( sed -n -E -e 's/^## \[?([0-9.]+)(-beta)?\]? - .*$/\1/p' "projects/$1/CHANGELOG.md" )
[[ -n "$PREVIOUS_VERSION" ]] || die "Version $CURRENT_VERSION was not found or was the first version."

echo "Getting contributors from $PREVIOUS_VERSION to $CURRENT_VERSION..."
Expand Down

0 comments on commit a2aef5e

Please sign in to comment.