Skip to content

Commit 97824a1

Browse files
committed
chore(light): update releaserc.json
1 parent 972682a commit 97824a1

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

light/.releaserc.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,18 @@
33
{ "name": "main" },
44
{ "name": "vue2", "range": "1.x" },
55
{ "name": "next", "channel": "next" }
6+
],
7+
"plugins": [
8+
"@semantic-release/commit-analyzer",
9+
"@semantic-release/release-notes-generator",
10+
"@semantic-release/npm",
11+
"@semantic-release/github",
12+
[
13+
"@semantic-release/git",
14+
{
15+
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}",
16+
"assets": ["CHANGELOG.md", "package.json"]
17+
}
18+
]
619
]
720
}

0 commit comments

Comments
 (0)