abhijithvijayan / web-extension-starter

🖥🔋Web Extension starter to build "Write Once Run on Any Browser" extension
MIT License
2.01k stars 171 forks source link

feat: added automatic publishing #76

Open JRedOW opened 3 years ago

JRedOW commented 3 years ago

This adds automatic publishing as per the request of #50. If someone could just verify that this works with their extension, that would be great! It should theoretically work though. This only adds Chrome and Firefox support, as the only package I saw for Opera is 3 years old. With a rebase and some lockfile fixes, this should be able to be added to the other branches as well (I can't do it myself cause that's spam according to Hacktober rules).

abhijithvijayan commented 3 years ago

Thanks for the PR. Will test it and merge accordingly