mirror of
https://github.com/strapi/strapi.git
synced 2025-11-22 13:11:55 +00:00
fix: --no-verify flag on release commit
This commit is contained in:
parent
649ac21b24
commit
ef538d66b1
@ -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;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user