bitcrowd / tickety-tick

A browser extension that helps you name branches and write better commit messages
MIT License
57 stars 10 forks source link

[#212] Add 'sign' script and update Firefox docs #238

Closed klappradla closed 4 years ago

klappradla commented 4 years ago

This addresses #212: Firefox by default does no longer allow to permanently install unsigned extensions.

Therefore, I added a yarn sign script for self-signing "unlisted" beta version of the extension via web-ext (we will most likely run this from CI in the future). According to the docs and experience on the internet, the sign command is not yet ready for "listed" extensions. It may be possible to to both though: submit the same version as "listed" and "unlisted". We probably want to do this if we (what I would suggest) also want to give people the option install the extension from a file.

I also updated the docs on that topic and will update the instructions in 1password in a minute.

klappradla commented 4 years ago

Thanks for the helpful review @pmeinhardt 💚

I applied all your suggestions 🏓