getLogger().info(String.format("Destination track %s has been updated",
destinationTrack.getTrack()));
destinationUpdateRequest.execute();
// Commit changes for edit.
Commit commitRequest = edits.commit(publisherExtension.getPackageName(), editId);
AppEdit appEdit = commitRequest.execute();
getLogger().info(String.format("App edit with id %s has been committed", appEdit.getId()));
getLogger().lifecycle("Version code {} has been promoted from the {} to the {} track",
versionCode, sourceTrack.getTrack(), destinationTrack.getTrack());
} catch (IOException e) {