bitrise-step-firebase-app-distribution icon indicating copy to clipboard operation
bitrise-step-firebase-app-distribution copied to clipboard

Can't add release notes that start with a `-` char

Open ColtonIdle opened this issue 2 years ago • 2 comments

The firebase command ends up resolving to

firebase appdistribution:distribute "/bitrise/deploy/app-release.apk" --app "1:123:android:456" --release-notes "- Add feature 1\n- Add feature 2\n" --groups "entirecompany"

which fails with error: unknown option '-A'

After reaching out to firebase support they recommended using

--release-notes="- Add feature 1\n- Add feature 2\n"

which resolved the issue, but I have to script it by hand to do that. Would be nice if the firebase step was updated to support a leading - character in release notes.

ColtonIdle avatar Sep 09 '21 22:09 ColtonIdle

Yeah, agree, it happened to me as well, and it really took me a while to figure it out as I never thought that is a problem

leoSTM avatar Mar 03 '22 02:03 leoSTM

This issue is still prevalent.

aclima93 avatar Jan 25 '23 13:01 aclima93