We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87b0409 commit 36ffc60Copy full SHA for 36ffc60
release.config.js
@@ -6,12 +6,7 @@ module.exports = {
6
plugins: [
7
'@semantic-release/commit-analyzer',
8
'@semantic-release/release-notes-generator',
9
- [
10
- "@semantic-release/changelog",
11
- {
12
- "changelogFile": "CHANGELOG.md"
13
- }
14
- ],
+ '@semantic-release/changelog',
15
[
16
'@semantic-release/github',
17
{
@@ -22,7 +17,7 @@ module.exports = {
22
23
18
"@semantic-release/git",
24
19
25
- "assets": ["docs/CHANGELOG.md"]
20
+ "assets": ["CHANGELOG.md"]
26
21
}
27
]
28
],
0 commit comments