Skip to content

Commit af1e3e6

Browse files
authored
fix: Adding semantic configurations
fix: Adding semantic configurations
2 parents a3a9d3c + beb8f93 commit af1e3e6

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

.releaserc.json

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

0 commit comments

Comments
 (0)