Skip to content

Commit a8fa6fa

Browse files
committed
fix: update package.json version on new release
1 parent 22c442f commit a8fa6fa

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

release.config.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,12 @@ module.exports = {
1111
},
1212
],
1313
"@semantic-release/github",
14+
[
15+
"@semantic-release/git",
16+
{
17+
assets: ["package.json"],
18+
message: "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
19+
}
20+
]
1421
]
1522
};

0 commit comments

Comments
 (0)