File tree Expand file tree Collapse file tree 1 file changed +14
-27
lines changed
Expand file tree Collapse file tree 1 file changed +14
-27
lines changed Original file line number Diff line number Diff line change @@ -88,33 +88,20 @@ A basic configuration file example is available below:
8888
8989``` json
9090{
91- "verifyConditions" : [
92- {
93- "path" : " semantic-release-chrome" ,
94- "extensionId" : " mppjhhbajcciljocgbadbhbgphjfdmhj"
95- },
96- " @semantic-release/github"
97- ],
98- "prepare" : [
99- {
100- "path" : " semantic-release-chrome" ,
101- "asset" : " my-extension.zip"
102- }
103- ],
104- "publish" : [
105- {
106- "path" : " semantic-release-chrome" ,
107- "asset" : " my-extension.zip" ,
108- "extensionId" : " mppjhhbajcciljocgbadbhbgphjfdmhj"
109- },
110- {
111- "path" : " @semantic-release/github" ,
112- "assets" : [
113- {
114- "path" : " my-extension.zip"
115- }
116- ]
117- }
91+ "plugins" : [
92+ [
93+ " semantic-release-chrome" ,
94+ {
95+ "extensionId" : " mppjhhbajcciljocgbadbhbgphjfdmhj" ,
96+ "asset" : " my-extension.zip"
97+ }
98+ ],
99+ [
100+ " @semantic-release/github" ,
101+ {
102+ "assets" : [" my-extension.zip" ]
103+ }
104+ ]
118105 ]
119106}
120107```
You can’t perform that action at this time.
0 commit comments