File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -106,7 +106,6 @@ sub changelog-to-stats($changelog) {
106
106
$ summary = ‘ Changelog for this release was not started yet’ ;
107
107
$ actual-commit-old = $ actual-commit
108
108
}
109
- $ summary ~ = ' (VERSION: $version) (ACTUAL COMMIT: $actual-commit-old) ' ;
110
109
$ actual-commit-old // = to-full-commit $ version-old ;
111
110
die ‘ Cannot resolve the tag for the previous release’ without $ actual-commit-old ;
112
111
@@ -132,6 +131,7 @@ sub changelog-to-stats($changelog) {
132
131
my $ ignored = set ignored-commits;
133
132
my @ unlogged = @ git-commits . grep : * ! ∈ ($ commits-mentioned ∪ $ ignored ); # ordered
134
133
$ summary // = “ { @ git-commits - @ unlogged } out of { + @ git-commits } commits logged” ;
134
+ $ summary ~ = ' (VERSION: $version) (ACTUAL COMMIT: $actual-commit-old) ' ;
135
135
{ : $ summary , : @ unlogged , : @ warnings }
136
136
}
137
137
You can’t perform that action at this time.
0 commit comments