I’m looking into automating my extension submissons. I’m also looking into having two additional, self-distributed versions (testing, where I give a possibly broken version for people to test ahead of proper release; and nightly, which is going to trigger once a day, every day I actually did a commit because some people apparently want that).
I am using vue for parts of my extensions, though, which means that webpack
is involved, which means that I have to submit the source code (+instructions) …
So, is there a way to do that with web-ext sign
?