Skip to content
This repository was archived by the owner on Oct 17, 2023. It is now read-only.

Commit 74d8f22

Browse files
fix(Semantic Release): Fixes Semantic Release.
1 parent def1a54 commit 74d8f22

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.releaserc

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,11 @@
66
"plugins": [
77
"@semantic-release/release-notes-generator",
88
"@semantic-release/github",
9-
"@semantic-release/git",
9+
["@semantic-release/git",
10+
{
11+
"assets": ["CHANGELOG.md"]
12+
}
13+
]
1014
"@semantic-release/commit-analyzer",
1115
"@semantic-release/exec",
1216
["@semantic-release/changelog",

0 commit comments

Comments
 (0)