Skip to content

Commit

Permalink
ci: fix release process
Browse files Browse the repository at this point in the history
Fix to release process via temporary override of changelog lib (as per
semantic-release/release-notes-generator#657 (comment))
  • Loading branch information
dhensby committed Jun 18, 2024
1 parent 692b011 commit fa81dd9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 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.

3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@
],
"author": "",
"license": "ISC",
"overrides": {
"conventional-changelog-conventionalcommits": ">= 8.0.0"
},
"devDependencies": {
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
Expand Down

0 comments on commit fa81dd9

Please sign in to comment.