You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/_options.js
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -62,6 +62,13 @@ module.exports = {
62
62
description: 'Write release notes for <new-tag> using data collected until <old-tag>. If only one tag is specified, will use data until the previous tag. To run gren for all the tags, use --tags=*',
63
63
action: value=>value.split('..')
64
64
},
65
+
{
66
+
short: '-l',
67
+
name: 'limit',
68
+
valueType: '<number>',
69
+
description: 'The limit of tags/releases to get. [30]',
0 commit comments