When I start build using eas android app-bundle I'm receiving this message:
Compressing project files and uploading to EAS Build. Learn more
ValidationError: "gitCommitMessage" is not allowed to be empty
eas.json
{
"build": {
"preview": {
"android": {
"buildType": "app-bundle",
"gradleCommand": ":app:assembleRelease",
"developmentClient": false,
"withoutCredentials": true
}
},
"production": {}
}
}
I don't know what happens