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 53d616e commit 84636e6Copy full SHA for 84636e6
lib/node_modules/@stdlib/_tools/scripts/generate_monthly_changelog.js
@@ -31,8 +31,8 @@ var generate = require( '@stdlib/_tools/changelog/generate' );
31
32
var changelog = generate( '@stdlib', {
33
'flags': {
34
- 'since': '$UNTIL - 1 month',
35
- 'until': '$UNTIL'
+ 'since': '1 month ago',
+ 'until': 'today'
36
},
37
'format': 'aggregated'
38
});
0 commit comments