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 c9201b5 commit 519bc43Copy full SHA for 519bc43
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) (VERSION-old: $version-old) (ACTUAL COMMIT: $actual-commit-old) (2025.03: {to-full-commit('2025.03')}";
135
{ :$summary, :@unlogged, :@warnings }
136
}
137
0 commit comments