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 a02729b commit 72768c7Copy full SHA for 72768c7
xbin/Releasable.p6
@@ -106,6 +106,7 @@ sub changelog-to-stats($changelog) {
106
$summary = ‘Changelog for this release was not started yet’;
107
$actual-commit-old = $actual-commit
108
}
109
+ $summary ~= ' (VERSION: $version) (ACTUAL COMMIT: $actual-commit-old) ';
110
$actual-commit-old //= to-full-commit $version-old;
111
die ‘Cannot resolve the tag for the previous release’ without $actual-commit-old;
112
0 commit comments