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 7004497 commit c9201b5Copy full SHA for c9201b5
xbin/Releasable.p6
@@ -131,7 +131,7 @@ sub changelog-to-stats($changelog) {
131
my $ignored = set ignored-commits;
132
my @unlogged = @git-commits.grep: * !∈ ($commits-mentioned ∪ $ignored); # ordered
133
$summary //= “{@git-commits - @unlogged} out of {+@git-commits} commits logged”;
134
- $summary ~= ' (VERSION: $version) (ACTUAL COMMIT: $actual-commit-old) ';
+ $summary ~= " (VERSION: $version) (ACTUAL COMMIT: $actual-commit-old)";
135
{ :$summary, :@unlogged, :@warnings }
136
}
137
0 commit comments