Skip to content

Commit e53c297

Browse files
Berkmann18RichardLitt
authored andcommitted
Semantic Release plugins (#103)
* ci(semantic-release): added plugins Added plugins to get `semantic-release` to handle Git and NPM releases like it used to. * chore(security): bumped vulnerable dependencies `npm audit fix`ed most of the vulnerabilities found
1 parent 00a388c commit e53c297

File tree

3 files changed

+1134
-815
lines changed

3 files changed

+1134
-815
lines changed

.releaserc

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"plugins": [
3+
"@semantic-release/commit-analyzer",
4+
"@semantic-release/release-notes-generator",
5+
"@semantic-release/github",
6+
["@semantic-release/git", {
7+
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
8+
}],
9+
]
10+
}

0 commit comments

Comments
 (0)