karakanb / devo

A Chrome and Firefox extension that displays GitHub Trending, Hacker News, Product Hunt and Designer News on every new tab.
https://burakkarakan.com/devo/
MIT License
401 stars 46 forks source link

Introduce GitHub CI for building the package to upload the stores #48

Open karakanb opened 3 years ago

karakanb commented 3 years ago

So far I have been manually:

all manually. This process is cumbersome, and it causes me to make mistakes, as well as producing releases slowly. Ideally, I'd like to be able to publish to the stores automatically as soon as a release is built, but that might be tricky due to the lack of tools out there currently to publish to the stores via an API; however, there's no reason to not to have a simple CI pipeline that'll simplify this process.

Create a new release

Every time there's a new release, we'd like to:

This way, I can simply download the files and upload them to the stores as a first step.