Skip to content

Commit 72e0ee4

Browse files
committed
fix: add changelog
1 parent 392b3af commit 72e0ee4

File tree

2 files changed

+52
-2
lines changed

2 files changed

+52
-2
lines changed

package-lock.json

Lines changed: 33 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: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@
5757
},
5858
"devDependencies": {
5959
"@semantic-release/changelog": "^6.0.3",
60+
"@semantic-release/git": "^10.0.1",
6061
"@types/chai": "^4.3.5",
6162
"@types/mocha": "^10.0.1",
6263
"@typescript-eslint/eslint-plugin": "^6.2.0",
@@ -92,8 +93,24 @@
9293
],
9394
"@semantic-release/release-notes-generator",
9495
"@semantic-release/npm",
95-
"@semantic-release/changelog",
96-
"@semantic-release/github"
96+
[
97+
"@semantic-release/changelog",
98+
{
99+
"changelogFile": "docs/CHANGELOG.md"
100+
}
101+
],
102+
"@semantic-release/github",
103+
[
104+
"@semantic-release/git",
105+
{
106+
"assets": [
107+
"docs",
108+
"package.json",
109+
"package-lock.json"
110+
],
111+
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
112+
}
113+
]
97114
]
98115
}
99116
}

0 commit comments

Comments
 (0)