ajvincent / motherhen

Mozilla Public License 2.0
44 stars 2 forks source link

Branching and maintenance strategy, tracking mozilla releases, notifying users? #27

Open ajvincent opened 1 year ago

ajvincent commented 1 year ago

Now that this is at least minimally working, one consideration is how to handle evolving changes to Mozilla which could break builds here.

In particular, Mozilla Firefox's release calendar shows:

I don't know how to approach this yet.

trickypr commented 1 year ago

My recommendation would be to let the user chose the version to target. Store the current version in a config file, then a GitHub bot (e.g. this is my bot implementation) can come through and file an issue on each update (e.g. pulse-browser/browser#156).

ajvincent commented 1 year ago

Huh, I didn't know about Pulse. Awesome. 😎 If there's a mailing list for this project, I want to be on it.