diff --git a/relativeci.config.js b/relativeci.config.js index 78a55b3ed..c6a6f2275 100644 --- a/relativeci.config.js +++ b/relativeci.config.js @@ -1,5 +1,6 @@ module.exports = { - includeCommitMessage: true, + // Disable commit message on CLI, the GitHub action is responsable for providing the correct value + includeCommitMessage: false, webpack: { stats: './webpack-stats.json',