Monorepo Utils: Add explicit changelogger entry command (#39071)

add explict entry
This commit is contained in:
Paul Sealock 2023-07-07 09:28:25 +12:00 committed by GitHub
parent 5281598bb4
commit 645e07ed8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -156,7 +156,7 @@ const program = new Command( 'changefile' )
);
const messageExpression = message
? `-e "${ message }"`
: '';
: '--entry=""';
const commentExpression = comment
? `-c "${ comment }"`
: '';