Skip to content

Commit 642f21c

Browse files
committed
build(release): fix semantic release failing silently
The issue semantic-release/commit-analyzer#525 is the reason for silently failing the release process. By pinning conventional-changelog-conventionalcommits@6, this issue can be hotfixed, until a newer version of semantic release is supported by multi-semantic-release.
1 parent 8b34b67 commit 642f21c

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
"@commitlint/config-conventional": "^18.6.0",
2222
"@semantic-release/git": "^10.0.1",
2323
"@feki.de/semantic-release-yarn": "^1.0.1",
24+
"conventional-changelog-conventionalcommits": "^6.0.0",
2425
"cz-conventional-changelog": "3.3.0",
2526
"eslint": "^8.56.0",
2627
"eslint-config-prettier": "^9.1.0",

yarn.lock

+7
Original file line numberDiff line numberDiff line change
@@ -6391,6 +6391,13 @@ conventional-changelog-angular@^7.0.0:
63916391
dependencies:
63926392
compare-func "^2.0.0"
63936393

6394+
conventional-changelog-conventionalcommits@^6.0.0:
6395+
version "6.1.0"
6396+
resolved "https://registry.yarnpkg.com/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-6.1.0.tgz#3bad05f4eea64e423d3d90fc50c17d2c8cf17652"
6397+
integrity sha512-3cS3GEtR78zTfMzk0AizXKKIdN4OvSh7ibNz6/DPbhWWQu7LqE/8+/GqSodV+sywUR2gpJAdP/1JFf4XtN7Zpw==
6398+
dependencies:
6399+
compare-func "^2.0.0"
6400+
63946401
conventional-changelog-conventionalcommits@^7.0.2:
63956402
version "7.0.2"
63966403
resolved "https://registry.yarnpkg.com/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-7.0.2.tgz#aa5da0f1b2543094889e8cf7616ebe1a8f5c70d5"

0 commit comments

Comments
 (0)