Skip to content

Commit 2ccc158

Browse files
authored
Merge pull request #286 from h5bp/dev/vlad/fix-release
2 parents 1cb69a2 + e3ad5a5 commit 2ccc158

File tree

1 file changed

+12
-9
lines changed

1 file changed

+12
-9
lines changed

.releaserc

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
{
2-
"branch": ["master", "next"],
3-
"plugins": [
4-
"@semantic-release/commit-analyzer",
5-
"@semantic-release/changelog",
6-
"@semantic-release/github",
7-
"@semantic-release/npm",
8-
"@semantic-release/release-notes-generator"
9-
]
10-
}
2+
"branch": [
3+
"main",
4+
"next"
5+
],
6+
"plugins": [
7+
"@semantic-release/commit-analyzer",
8+
"@semantic-release/changelog",
9+
"@semantic-release/github",
10+
"@semantic-release/npm",
11+
"@semantic-release/release-notes-generator"
12+
]
13+
}

0 commit comments

Comments
 (0)