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
The webstore.publish function in chrome-webstore-upload takes a target parameter, which is currently hardcoded to "default". This prevents publishing limited-availability versions to trusted users.
I propose taking a "target" parameter with values "default" (the default) or "trustedUsers" and passing it to webstore.publish.
The text was updated successfully, but these errors were encountered:
The
webstore.publish
function in chrome-webstore-upload takes atarget
parameter, which is currently hardcoded to "default". This prevents publishing limited-availability versions to trusted users.I propose taking a "target" parameter with values "default" (the default) or "trustedUsers" and passing it to
webstore.publish
.The text was updated successfully, but these errors were encountered: