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 1bd4074 commit 7104a48Copy full SHA for 7104a48
make_release/notes/tools.nu
@@ -69,7 +69,10 @@ export def release-notes [
69
export def check-prs [
70
version: string@"nu-complete version" # the version to generate release notes for
71
--as-table (-t) # output PR checks as a table
72
-]: nothing -> nothing {
+]: [
73
+ nothing -> nothing,
74
+ nothing -> table
75
+] {
76
query-prs --milestone=$version
77
| where not author.is_bot
78
| sort-by mergedAt
0 commit comments