We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2c3f6b commit f01bc44Copy full SHA for f01bc44
make_release/notes/notice.nu
@@ -21,7 +21,8 @@ export def display-notices []: table -> nothing {
21
| sort-by {|i| $types | where type == $i.type | only rank } message
22
| each {|e|
23
let color = $types | where type == $e.type | only color
24
- print $"($color)PRs with ($e.message):"
+ let number = $e.items | length
25
+ print $"($color)($number) PR\(s\) with ($e.message):"
26
$e.items | each { format-pr | print $"- ($in)" }
27
print ""
28
}
0 commit comments