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

Automate Firefox/Chrome release process #63

Open
HugoDF opened this issue Nov 23, 2020 · 0 comments
Open

Automate Firefox/Chrome release process #63

HugoDF opened this issue Nov 23, 2020 · 0 comments
Labels
meta Alpine.js devtools project improvements

Comments

@HugoDF
Copy link
Collaborator

HugoDF commented Nov 23, 2020

This seems to have a script to release to Firefox/Chrome: https://github.com/single-spa/single-spa-inspector#publishing-a-new-version

Uses https://www.npmjs.com/package/@wext/shipit under the hood. That package brings in a lot of dependencies, we might be better off lifting and shifting https://github.com/LinusU/wext-shipit/blob/master/lib/chrome.js and https://github.com/LinusU/wext-shipit/blob/master/lib/firefox.js

Would be ideal to have an action that:

  • runs on tag
  • updates package.json version to tag
  • rebuilds (updates manifest.json)
  • shipit's to Firefox/Chrome

Notes:

  • we'll need to add the API client ids/keys as GitHub action secrets.
  • Firefox extension id is {9abd6c79-c126-42cc-bacc-658d531864f1}

Resources:

Potential alternatives:

@HugoDF HugoDF added the meta Alpine.js devtools project improvements label Nov 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
meta Alpine.js devtools project improvements
Projects
None yet
Development

No branches or pull requests

1 participant