Skip to content

Commit 5348b9f

Browse files
committed
chore(ci): auto update version in package on release
1 parent e43eb79 commit 5348b9f

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

release.config.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,15 @@ module.exports = {
33
plugins: [
44
"@semantic-release/commit-analyzer",
55
"@semantic-release/release-notes-generator",
6+
"@semantic-release/changelog",
67
"@semantic-release/npm",
78
"@semantic-release/github",
9+
[
10+
"@semantic-release/git",
11+
{
12+
assets: ["package.json", "CHANGELOG.md"],
13+
message: "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
14+
}
15+
]
816
]
917
};

0 commit comments

Comments
 (0)