Skip to content

Commit

Permalink
ci: fix automated releases
Browse files Browse the repository at this point in the history
conventional-changelog-conventionalcommits had to be upgraded to get
things going again.

Cf. semantic-release/release-notes-generator#660 (comment)
  • Loading branch information
languitar committed Sep 24, 2024
1 parent e55d6fd commit 86461d4
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 47 deletions.
86 changes: 42 additions & 44 deletions package-lock.json

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

9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
{
"engines": { "node": ">=0.18" },
"engines": {
"node": ">=0.18"
},
"devDependencies": {
"@commitlint/cli": "19.5.0",
"@commitlint/config-conventional": "19.5.0",
"semantic-release-replace-plugin": "1.2.7",
"conventional-changelog-conventionalcommits": "^8.0.0",
"@semantic-release/changelog": "6.0.3",
"@semantic-release/git": "10.0.1",
"semantic-release": "24.1.1"
"semantic-release": "24.1.1",
"semantic-release-replace-plugin": "1.2.7"
}
}

0 comments on commit 86461d4

Please sign in to comment.