File tree Expand file tree Collapse file tree 5 files changed +10
-11
lines changed Expand file tree Collapse file tree 5 files changed +10
-11
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 22 "name" : " Session-Storage-Hub" ,
33 "description" : " Extension to make using session storage better." ,
44 "private" : false ,
5- "version" : " 6.0.0 " ,
5+ "version" : " 5.11.11 " ,
66 "type" : " module" ,
77 "config" : {
88 "commitizen" : {
2424 }
2525 ],
2626 " @semantic-release/changelog" ,
27+ [" @semantic-release/exec" , {
28+ "prepareCmd" : " zip -r chrome.zip ./dist/chrome-mv3 && zip -r edge.zip ./dist/edge-mv3 && zip -r firefox.zip ./dist/firefox-mv2 && zip -r safari.zip ./dist/safari-mv2"
29+ }],
2730 [
2831 " @semantic-release/github" ,
2932 {
3033 "assets" : [
3134 {
32- "path" : " dist/ chrome-mv3 " ,
35+ "path" : " chrome.zip " ,
3336 "label" : " Chrome Extension"
3437 },
3538 {
36- "path" : " dist/firefox-mv2 " ,
37- "label" : " Firefox Extension"
39+ "path" : " edge.zip " ,
40+ "label" : " Edge Extension"
3841 },
3942 {
40- "path" : " dist/edge-mv3 " ,
41- "label" : " Edge Extension"
43+ "path" : " firefox.zip " ,
44+ "label" : " Firefox Extension"
4245 },
4346 {
44- "path" : " dist/ safari-mv2 " ,
47+ "path" : " safari.zip " ,
4548 "label" : " Safari Extension"
4649 }
4750 ]
You can’t perform that action at this time.
0 commit comments