Skip to content

Commit 42fa590

Browse files
committed
fix: changelog generation
1 parent 5c08519 commit 42fa590

File tree

3 files changed

+44
-1
lines changed

3 files changed

+44
-1
lines changed

.releaserc.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,18 @@
55
"plugins": [
66
"@semantic-release/commit-analyzer",
77
"@semantic-release/release-notes-generator",
8+
"@semantic-release/changelog",
89
"@semantic-release/npm",
910
[
1011
"@semantic-release/git",
1112
{
1213
"assets": [
14+
"src/**/*",
15+
"tests/**/*",
1316
"coverage/badge-lines.svg",
1417
"package.json",
15-
"package-lock.json"
18+
"package-lock.json",
19+
"CHANGELOG.md"
1620
],
1721
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
1822
}

package-lock.json

Lines changed: 38 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
"@babel/core": "^7.14.6",
4242
"@babel/preset-env": "^7.14.5",
4343
"@babel/preset-typescript": "^7.14.5",
44+
"@semantic-release/changelog": "^5.0.1",
4445
"@semantic-release/commit-analyzer": "^8.0.1",
4546
"@semantic-release/git": "^9.0.0",
4647
"@semantic-release/npm": "^7.1.3",

0 commit comments

Comments
 (0)