Skip to content

Commit 29f1659

Browse files
committed
docs(README): Shorten the example release config
1 parent 2d54ab8 commit 29f1659

File tree

1 file changed

+14
-27
lines changed

1 file changed

+14
-27
lines changed

README.md

Lines changed: 14 additions & 27 deletions
Original file line numberDiff line numberDiff 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
```

0 commit comments

Comments
 (0)