Skip to content

Commit

Permalink
fix(ci): pin conventional-changelog-conventionalcommits to 7.0.2 (#…
Browse files Browse the repository at this point in the history
…644)

This fixes the release scripts.
  • Loading branch information
mbrobbel authored May 23, 2024
1 parent 8e65af5 commit 9528bd2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/release/dry_run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ npx --yes \
-p "@semantic-release/changelog" \
-p "@semantic-release/exec" \
-p "@semantic-release/git" \
-p "conventional-changelog-conventionalcommits" \
-p "conventional-changelog-conventionalcommits@7.0.2" \
semantic-release \
--ci false \
--dry-run \
Expand Down
2 changes: 1 addition & 1 deletion ci/release/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ npx --yes \
-p "@semantic-release/github" \
-p "@semantic-release/exec" \
-p "@semantic-release/git" \
-p "conventional-changelog-conventionalcommits" \
-p "conventional-changelog-conventionalcommits@7.0.2" \
semantic-release --ci

0 comments on commit 9528bd2

Please sign in to comment.