Skip to content

Commit 7290799

Browse files
Update release.py
1 parent 953edf7 commit 7290799

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ci/release.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ def create_edit_for_draft_release(
8080
commit_request = service.edits().commit(
8181
packageName=package_name,
8282
editId=edit_id,
83-
changesNotSentForReview=changesNotSentForReview
83+
# changesNotSentForReview=changesNotSentForReview
8484
)
8585
commit_request.execute()
8686
logging.info("[Playstore] Edit committed and finalized.")

0 commit comments

Comments
 (0)