You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using mozapkpublisher/update_apk_description.py requires a commit.
I am using the following syntax cd ~/dev/mozilla/mozapkpublisher && . venv/bin/activate && mozapkpublisher/update_apk_description.py --package org.mozilla.klar --service-account [email protected] --credentials key.p12
Shows:
2018-08-20 16:05:10,570 - update_apk_description.py - INFO - Listing updated for 4 locale(s)
2018-08-20 16:05:10,570 - googleplay.py - WARNING - commit option was not given. Transaction not committed.
The text was updated successfully, but these errors were encountered:
The command line argument --commit has become mandatory (if you want to publish something onto Google Play) since 5fbd518 . It prevents footguns. ./mozapkpublisher/update_apk_description.py --help documents what --commit does.
Please let me know if you'd prefer to not have to --commit on update_apk_description.py
Using mozapkpublisher/update_apk_description.py requires a commit.
I am using the following syntax
cd ~/dev/mozilla/mozapkpublisher && . venv/bin/activate && mozapkpublisher/update_apk_description.py --package org.mozilla.klar --service-account [email protected] --credentials key.p12
Shows:
The text was updated successfully, but these errors were encountered: