feat: local release workflow (signing + version sync); track updates.json; add .env.example
This commit is contained in:
parent
9d5a3e4224
commit
1c1f51a8b9
8 changed files with 158 additions and 3 deletions
14
releases/updates.json
Normal file
14
releases/updates.json
Normal 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" } }
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue