Skip to content

Commit 2a1c0ce

Browse files
committed
fix: update version in package.json on release
1 parent fe0c5bb commit 2a1c0ce

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

.releaserc.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
{
22
"plugins": [
3+
"@semantic-release/commit-analyzer",
4+
"@semantic-release/release-notes-generator",
5+
"@semantic-release/npm",
6+
[
7+
"@semantic-release/github",
8+
{
9+
"successComment": false,
10+
"releasedLabels": false,
11+
"failTitle": false,
12+
"addReleases": false
13+
}
14+
],
315
[
416
"semantic-release-plugin-update-version-in-files",
517
{
@@ -12,18 +24,6 @@
1224
],
1325
"placeholder": "0.0.0"
1426
}
15-
],
16-
"@semantic-release/commit-analyzer",
17-
"@semantic-release/release-notes-generator",
18-
[
19-
"@semantic-release/github",
20-
{
21-
"successComment": false,
22-
"releasedLabels": false,
23-
"failTitle": false,
24-
"addReleases": false
25-
}
26-
],
27-
"@semantic-release/npm"
27+
]
2828
]
2929
}

0 commit comments

Comments
 (0)