Skip to content

Commit 7004497

Browse files
committed
add debug output
1 parent 72768c7 commit 7004497

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xbin/Releasable.p6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,6 @@ sub changelog-to-stats($changelog) {
106106
$summary = Changelog for this release was not started yet;
107107
$actual-commit-old = $actual-commit
108108
}
109-
$summary ~= ' (VERSION: $version) (ACTUAL COMMIT: $actual-commit-old) ';
110109
$actual-commit-old //= to-full-commit $version-old;
111110
die Cannot resolve the tag for the previous release without $actual-commit-old;
112111

@@ -132,6 +131,7 @@ sub changelog-to-stats($changelog) {
132131
my $ignored = set ignored-commits;
133132
my @unlogged = @git-commits.grep: * ! ($commits-mentioned $ignored); # ordered
134133
$summary //= {@git-commits - @unlogged} out of {+@git-commits} commits logged;
134+
$summary ~= ' (VERSION: $version) (ACTUAL COMMIT: $actual-commit-old) ';
135135
{ :$summary, :@unlogged, :@warnings }
136136
}
137137

0 commit comments

Comments
 (0)