Skip to content

Commit 854b195

Browse files
committed
major: changed release config to work properly i hope.
1 parent ce180db commit 854b195

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.releaserc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
{
22
"plugins": [
3-
"@semantic-release/commit-analyzer",
43
[
5-
"@semantic-release/release-notes-generator",
4+
"@semantic-release/commit-analyzer",
65
{
76
"releaseRules": [
87
{ "type": "major", "release": "major" },
@@ -14,6 +13,7 @@
1413
}
1514
}
1615
],
16+
"@semantic-release/release-notes-generator",
1717
[
1818
"@semantic-release/exec",
1919
{

0 commit comments

Comments
 (0)