We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4bb76f commit fd56f80Copy full SHA for fd56f80
Whateverable.pm6
@@ -180,7 +180,7 @@ method get-commits($config) {
180
@commits = $result.lines;
181
my $num-commits = @commits.elems;
182
return “Too many commits ($num-commits) in range, you're only allowed {COMMITS-LIMIT}” if $num-commits > COMMITS-LIMIT;
183
- } elsif $config ~~ /:i releases | v? 6 \.? c / {
+ } elsif $config ~~ /:i releases | « v? 6 \.? c » / {
184
@commits = self.get-tags('2015-12-25');
185
} elsif $config ~~ /:i all / {
186
@commits = self.get-tags('2014-01-01');
0 commit comments