Skip to content

Commit 64344a5

Browse files
committed
fix(build): fix .releaserc file structure
Signed-off-by: Phil Adams <[email protected]>
1 parent c63dd6e commit 64344a5

File tree

3 files changed

+227
-244
lines changed

3 files changed

+227
-244
lines changed

.releaserc

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,25 +3,17 @@
33
"branches": [
44
"main"
55
],
6-
"verifyConditions": [
6+
"plugins": [
7+
"@semantic-release/commit-analyzer",
8+
"@semantic-release/release-notes-generator",
79
"@semantic-release/changelog",
8-
"@semantic-release/npm",
9-
"@semantic-release/git"
10-
],
11-
"prepare": [
12-
"@semantic-release/changelog",
13-
"@semantic-release/npm",
14-
"@semantic-release/git"
15-
],
16-
"publish": [
1710
[
1811
"@semantic-release/npm",
1912
{
2013
"pkgRoot": "dist"
2114
}
2215
],
23-
{
24-
"path": "@semantic-release/github"
25-
}
16+
"@semantic-release/git",
17+
"@semantic-release/github"
2618
]
2719
}

0 commit comments

Comments
 (0)