WebOfTrust / signify-browser-extension

Apache License 2.0
6 stars 6 forks source link

Workflow automation to build/zip creation #193

Open HunnySajid opened 1 week ago

HunnySajid commented 1 week ago

Set up github workflow to create dev, rc, or latest build for extension whenever there is a new pr merged. It should also zip the dist along with the version number.

2byrds commented 1 week ago

I suppose we want the new artifacts to be available to devs, where will those live? Also this should eventually feed the chrome extension catalog @HunnySajid ?

HunnySajid commented 1 week ago

I suppose we want the new artifacts to be available to devs, where will those live? Also this should eventually feed the chrome extension catalog @HunnySajid ?

Yes, it is for devs and it will help us to track changes as versions. Where will those live? I have not decided but i am thinking to keep it in a github repository Regarding chrome extension catalog upload, that would be the ideal case but is a lot complex. I have not thought about that but will research.