Skip to content

Commit c727dd9

Browse files
committed
fix(semantic-release): Use git plugin to auto commit
1 parent 171f778 commit c727dd9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.releaserc

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,12 @@
33
"@semantic-release/commit-analyzer",
44
"@semantic-release/release-notes-generator",
55
"@semantic-release/npm",
6+
"@semantic-release/github",
67
[
7-
"@semantic-release/github",
8+
"@semantic-release/git",
89
{
9-
"assets": "package.json"
10+
"assets": "package.json",
11+
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
1012
}
1113
]
1214
]

0 commit comments

Comments
 (0)