Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Include any changes to "doc" in contributors
  • Loading branch information
lizmat committed May 28, 2015
1 parent f5b360b commit 802983e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/contributors.pl6
Expand Up @@ -16,7 +16,7 @@ my $last_release = @*ARGS.shift // do {

say "Contributors to Rakudo since the release on $last_release:";
say
< . ../MoarVM ../nqp ../roast nqp nqp/MoarVM t/spec >.map({
< . ../MoarVM ../nqp ../roast ../doc nqp nqp/MoarVM t/spec >.map({
get-committers($_,$last_release);
}).unique(:as(*.key))>>.value.Bag.sort(*.value).reverse>>.key.join(', ');

Expand Down

0 comments on commit 802983e

Please sign in to comment.