fix: --no-verify flag on release commit

This commit is contained in:
Rémi de Juvigny 2025-11-05 16:23:34 +01:00
parent 649ac21b24
commit ef538d66b1

View File

@ -71,6 +71,7 @@ const yargs = require('yargs');
verbose: options.verbose, verbose: options.verbose,
gitCommit: options.gitCommit, gitCommit: options.gitCommit,
preid: options.preid, preid: options.preid,
gitCommitArgs: '--no-verify',
}); });
workspaceVersion = versionResult.workspaceVersion; workspaceVersion = versionResult.workspaceVersion;
projectsVersionData = versionResult.projectsVersionData; projectsVersionData = versionResult.projectsVersionData;