Skip to content

Commit

Permalink
(temporarily?) allow -TRIAL releases in the even stream
Browse files Browse the repository at this point in the history
  • Loading branch information
karenetheridge committed Aug 10, 2015
1 parent 7fb9dbd commit d6dd585
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion inc/CheckReleaseType.pm
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ sub before_release
if ($self->zilla->is_trial)
{
$digit % 2 == 1
or $self->log_fatal('-TRIAL releases must be numbered 2.x{ODD}xx!');
#or $self->log_fatal('-TRIAL releases must be numbered 2.x{ODD}xx!');
or $self->log('you\'re doing a -TRIAL release using an even number? okay, I\'ll assume you know what you\'re doing...');
}
else
{
Expand Down

0 comments on commit d6dd585

Please sign in to comment.