Monorepo Utils: Add explicit changelogger entry command (#39071)
add explict entry
This commit is contained in:
parent
5281598bb4
commit
645e07ed8e
|
@ -156,7 +156,7 @@ const program = new Command( 'changefile' )
|
|||
);
|
||||
const messageExpression = message
|
||||
? `-e "${ message }"`
|
||||
: '';
|
||||
: '--entry=""';
|
||||
const commentExpression = comment
|
||||
? `-c "${ comment }"`
|
||||
: '';
|
||||
|
|
Loading…
Reference in New Issue