Skip to content

Commit 3da7f67

Browse files
committed
fix(build): revert "fix .releaserc file structure"
This reverts commit 5bb3a1c.
1 parent 8a36b70 commit 3da7f67

File tree

3 files changed

+244
-227
lines changed

3 files changed

+244
-227
lines changed

.releaserc

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,25 @@
33
"branches": [
44
"main"
55
],
6-
"plugins": [
7-
"@semantic-release/commit-analyzer",
8-
"@semantic-release/release-notes-generator",
6+
"verifyConditions": [
97
"@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": [
1017
[
1118
"@semantic-release/npm",
1219
{
1320
"pkgRoot": "dist"
1421
}
1522
],
16-
"@semantic-release/git",
17-
"@semantic-release/github"
23+
{
24+
"path": "@semantic-release/github"
25+
}
1826
]
1927
}

0 commit comments

Comments
 (0)