Skip to content

Commit 72768c7

Browse files
committed
Add debug output
1 parent a02729b commit 72768c7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

xbin/Releasable.p6

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ 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) ';
109110
$actual-commit-old //= to-full-commit $version-old;
110111
die Cannot resolve the tag for the previous release without $actual-commit-old;
111112

0 commit comments

Comments
 (0)