Skip to content

Commit 3000692

Browse files
committed
fix: package.json auto-update version
1 parent 0af8ad2 commit 3000692

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.releaserc.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,13 @@
2424
"npmPublish": true
2525
}
2626
],
27-
"@semantic-release/github"
27+
"@semantic-release/github",
28+
[
29+
"@semantic-release/git",
30+
{
31+
"assets": ["package.json", "CHANGELOG.md"],
32+
"message": "chore(release): ${nextRelease.version} [skip ci]"
33+
}
34+
]
2835
]
2936
}

0 commit comments

Comments
 (0)