Skip to content

Commit 4adb007

Browse files
committed
fix(build): fix .releaserc format
Fixes: arf/planning-sdk-squad#4105 Signed-off-by: Phil Adams <[email protected]>
1 parent 380c803 commit 4adb007

File tree

3 files changed

+432
-460
lines changed

3 files changed

+432
-460
lines changed

.releaserc

+7-14
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,19 @@
11
{
2+
"debug": true,
23
"branches": [
34
"main"
45
],
5-
"verifyConditions": [
6+
"plugins": [
7+
"@semantic-release/commit-analyzer",
8+
"@semantic-release/release-notes-generator",
69
"@semantic-release/changelog",
7-
"@semantic-release/npm",
8-
"@semantic-release/git"
9-
],
10-
"prepare": [
11-
"@semantic-release/changelog",
12-
"@semantic-release/npm",
13-
"@semantic-release/git"
14-
],
15-
"publish": [
1610
[
1711
"@semantic-release/npm",
1812
{
1913
"pkgRoot": "dist"
2014
}
2115
],
22-
{
23-
"path": "@semantic-release/github"
24-
}
16+
"@semantic-release/git",
17+
"@semantic-release/github"
2518
]
26-
}
19+
}

0 commit comments

Comments
 (0)