feat: local release workflow (signing + version sync); track updates.json; add .env.example

This commit is contained in:
Jordan Wages 2025-08-22 02:30:27 -05:00
commit 1c1f51a8b9
8 changed files with 158 additions and 3 deletions

14
releases/updates.json Normal file
View file

@ -0,0 +1,14 @@
{
"addons": {
"archive-org-link-grabber@example": {
"updates": [
{
"version": "0.1.0",
"update_link": "https://example.com/releases/0.1.0/archive-org-link-grabber-0.1.0.xpi",
"applications": { "gecko": { "strict_min_version": "91.0" } }
}
]
}
}
}