File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
/**
2
- * @file Config - Changelog
2
+ * @file Changelog Configuration
3
3
* @module config/changelog
4
4
* @see https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-conventionalcommits
5
5
* @see https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-core
@@ -317,7 +317,8 @@ sade('changelog', true)
317
317
318
318
// set release date
319
319
context . date =
320
- key ?. committerDate ?? dateformat ( new Date ( ) , 'yyyy-mm-dd' , true )
320
+ key ?. committerDate ??
321
+ dateformat ( new Date ( ) . toLocaleDateString ( ) , 'yyyy-mm-dd' , true )
321
322
322
323
// determine patch release state
323
324
if ( version && semver . valid ( version ) ) {
You can’t perform that action at this time.
0 commit comments