Skip to content

Commit

Permalink
chore: override conventional-changelog-conventionalcommits
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagoporto committed Jan 17, 2025
1 parent 707ad93 commit 7ab806e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

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

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"postpublish": "npm run tag && git push --tags",
"prepare": "husky",
"release": "semantic-release",
"release:dry-run": "semantic-release --dry-run"
"release:dry-run": "semantic-release --dry-run --debug"
},
"dependencies": {
"chalk": "^5.4.1",
Expand All @@ -63,5 +63,8 @@
"remark": "^15.0.1",
"remark-cli": "^12.0.1",
"semantic-release": "^24.2.1"
},
"overrides": {
"conventional-changelog-conventionalcommits": ">= 8.0.0"
}
}

0 comments on commit 7ab806e

Please sign in to comment.