Skip to content

Commit 5f2b28e

Browse files
committed
ci(semantic): adds plugin @semantic/git
BREAKING CHANGE: pushes the changes to the git repository
1 parent 6135385 commit 5f2b28e

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

package.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,16 @@
2727
"@semantic-release/release-notes-generator",
2828
"@semantic-release/changelog",
2929
"@semantic-release/npm",
30-
"@semantic-release/git"
30+
"@semantic-release/git",
31+
[
32+
"@semantic-release/git",
33+
{
34+
"assets": [
35+
"package.json"
36+
],
37+
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
38+
}
39+
]
3140
],
3241
"husky": {
3342
"hooks": {

0 commit comments

Comments
 (0)