Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chrome plugin does not support next/prerelease #2368

Open
dcow opened this issue May 25, 2023 · 1 comment
Open

Chrome plugin does not support next/prerelease #2368

dcow opened this issue May 25, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@dcow
Copy link

dcow commented May 25, 2023

Is your feature request related to a problem? Please describe.

We'd like to use the chrome plugin to publish our chrome extension. We also want to publish pre-releases to the team so they can test out before we go live. Currently when you try to run auto configured with the chrome plugin on a prerelease branch, it tells you the chrome store does not support prerelease versions.

Describe the solution you'd like

Two considerations come to mind:

  1. it would be nice to have auto publish github pre-releases even if the distribution plugin (in this case chrome) doesn't support pre-release versions. That way pre-releases can just be downloaded from github manually and people can still test them out.

  2. I believe the chrome store does support pre-releases via one of two mechanisms:
    (a) using a separate listing for testing: https://developer.chrome.com/docs/webstore/cws-dashboard-distribution/#publishing-a-test-version, or
    (b) by using the publishTarget parameter: https://developer.chrome.com/docs/webstore/webstore_api/items/publish/#parameters

I think both options should be supported for maximum compatibility with different project setups. We use group publishing and have to use option (a) for instance, but that shouldn't preclude someone from using option (b).

Describe alternatives you've considered

An alternative is to just use the vanilla gh-tags plugin and run a separate chrome store publish workflow action or CI job in response to a github pre-release being created. However, that means you don't really use half of the functionality auto provides.

@dcow dcow added the enhancement New feature or request label May 25, 2023
@hipstersmoothie
Copy link
Collaborator

I myself don't use this plugin anymore but if you want to help submit that I can point you towards examples of how it should work! Will happily merge a PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants