Skip to content

Commit

Permalink
Merge pull request #24 from shadiabuhilal/fixChangeLogAuto
Browse files Browse the repository at this point in the history
fix(file name): fix CHANGELOG.md to be generated automatically
  • Loading branch information
shadiabuhilal authored Oct 24, 2023
2 parents c7c0c56 + 9a89bc7 commit 60e8e04
Show file tree
Hide file tree
Showing 3 changed files with 122 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
"@semantic-release/npm",
"@semantic-release/github",
"@semantic-release/changelog"
"@semantic-release/git",
"@semantic-release/github"
]
}
}

116 changes: 116 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
],
"devDependencies": {
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@semantic-release/release-notes-generator": "^12.0.0",
"commitizen": "^4.3.0",
"cz-conventional-changelog": "^3.3.0",
Expand Down

0 comments on commit 60e8e04

Please sign in to comment.