Skip to content
This repository was archived by the owner on Apr 13, 2025. It is now read-only.

Commit fbd9ccd

Browse files
committed
Add semantic-release git plugin to automatically commit version updates
1 parent 5d482e2 commit fbd9ccd

File tree

3 files changed

+15097
-5685
lines changed

3 files changed

+15097
-5685
lines changed

.releaserc

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
{
22
"branches": [
33
"master"
4+
],
5+
"plugins": [
6+
"@semantic-release/commit-analyzer",
7+
"@semantic-release/release-notes-generator",
8+
"@semantic-release/npm",
9+
["@semantic-release/git", {
10+
"assets": ["package.json", "package-lock.json"],
11+
"message": "chore(release): Release ${nextRelease.version}\n\n${nextRelease.notes}"
12+
}],
13+
"@semantic-release/github"
414
]
515
}

0 commit comments

Comments
 (0)