File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,12 +8,7 @@ module.exports = {
88 plugins : [
99 '@semantic-release/commit-analyzer' ,
1010 '@semantic-release/release-notes-generator' ,
11- [
12- "@semantic-release/changelog" ,
13- {
14- "changelogFile" : "../../CHANGELOG.md"
15- }
16- ] ,
11+ "@semantic-release/changelog" ,
1712 '@semantic-release/npm' ,
1813 [
1914 '@semantic-release/github' ,
@@ -23,19 +18,10 @@ module.exports = {
2318 releasedLabels : false ,
2419 addReleases : 'bottom' ,
2520 releaseNotes : {
26- changelogFile : '../../ CHANGELOG.md'
21+ changelogFile : 'CHANGELOG.md'
2722 }
2823 }
2924 ] ,
30- [
31- "@semantic-release/exec" ,
32- {
33- // This is necessary because @semantic -release/git won't commit files in parent directory
34- // see https://github.com/semantic-release/git/issues/485
35- prepareCmd :
36- "git add ../../CHANGELOG.md" ,
37- } ,
38- ] ,
3925 [
4026 '@semantic-release/git' ,
4127 {
You can’t perform that action at this time.
0 commit comments