Skip to content

Commit 74f8134

Browse files
committedMay 14, 2023
fix: do not include package*.json in the bot commit
1 parent 62158b2 commit 74f8134

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed
 

‎.releaserc.json

+10-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,16 @@
88
}],
99
"@semantic-release/commit-analyzer",
1010
"@semantic-release/release-notes-generator",
11-
"@semantic-release/changelog",
12-
"@semantic-release/git",
11+
["@semantic-release/changelog",
12+
{
13+
"changelogFile": "CHANGELOG.md"
14+
}
15+
],
16+
["@semantic-release/git",
17+
{
18+
"assets": ["CHANGELOG.md"]
19+
}
20+
],
1321
[
1422
"@semantic-release/github",
1523
{

0 commit comments

Comments
 (0)