Skip to content

Commit

Permalink
chore(deps): update conventional-changelog-conventionalcommits to 8.0…
Browse files Browse the repository at this point in the history
….0 (#291)
  • Loading branch information
aslafy-z authored Jul 9, 2024
1 parent 686d344 commit d294ef1
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 41 deletions.
14 changes: 12 additions & 2 deletions .releaserc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,18 @@ module.exports = {
branches: ["master"]
},
plugins: [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
[
'@semantic-release/commit-analyzer',
{
preset: 'conventionalcommits',
},
],
[
'@semantic-release/release-notes-generator',
{
preset: 'conventionalcommits',
}
],
[
"@semantic-release/exec",
{
Expand Down
62 changes: 25 additions & 37 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
"@semantic-release/exec": "6.0.3",
"@semantic-release/git": "10.0.1",
"bats": "1.11.0",
"conventional-changelog-conventionalcommits": "5.0.0",
"editorconfig-checker": "5.0.1",
"conventional-changelog-conventionalcommits": "8.0.0",
"editorconfig-checker": "5.1.8",
"husky": "9.0.11",
"lint-staged": "15.2.7",
"semantic-release": "24.0.0",
Expand Down

0 comments on commit d294ef1

Please sign in to comment.