Be able to publish the release notes with the CLI #3188
-
Use caseSince we started publishing our Android binaries with the CLI (because of we wanted to publish all four artifacts from a single build)[https://github.com/orgs/codemagic-ci-cd/discussions/2991] we stopped publishing the release notes automatically. I mean, the regular Codemagic workflow to deliver the Android binaries works great and publishes the release notes, but the CLI version doesn't. Is there a way to do it? IdeaRight now we do the delivery with: google-play bundles publish \
--credentials @env:GCLOUD_SERVICE_ACCOUNT_CREDENTIALS_JSON \
--track "production" \
--rollout-fraction 0.20 \
--bundle build/app/outputs/bundle/freeRelease/app-free-release.aab Maybe just letting us specify where's the google-play bundles publish \
--credentials @env:GCLOUD_SERVICE_ACCOUNT_CREDENTIALS_JSON \
--track "production" \
--rollout-fraction 0.20 \
--bundle build/app/outputs/bundle/freeRelease/app-free-release.aab
--release-notes release_notes.json |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
Hey @rocboronat I see that let me know if you tried it and if it worked for you |
Beta Was this translation helpful? Give feedback.
Hey @rocboronat
I see that
--release-notes
option is listed under CLI docs https://github.com/codemagic-ci-cd/cli-tools/blob/master/docs/google-play/bundles/publish.md#--release-notes--nrelease_noteslet me know if you tried it and if it worked for you