Skip to content

Commit 85d3ef5

Browse files
author
Julien Kassar
committed
chore(release): add semantic-release configuration
1 parent ae77ade commit 85d3ef5

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

.releaserc.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"branches": [
3+
"main"
4+
],
5+
"plugins": [
6+
"@semantic-release/commit-analyzer",
7+
"@semantic-release/release-notes-generator",
8+
[
9+
"@semantic-release/changelog",
10+
{
11+
"changelogFile": "./CHANGELOG.md"
12+
}
13+
],
14+
[
15+
"@semantic-release/git",
16+
{
17+
"assets": ["CHANGELOG.md"]
18+
}
19+
]
20+
]
21+
}

0 commit comments

Comments
 (0)