Skip to content

Commit

Permalink
ci: pin conventional-changelog version (substrait-io#175)
Browse files Browse the repository at this point in the history
  • Loading branch information
vbarua committed Sep 6, 2023
1 parent a410c1e commit 954b8e6
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 @@ -29,7 +29,7 @@ npx --yes \
-p "@semantic-release/changelog" \
-p "@semantic-release/exec" \
-p "@semantic-release/git" \
-p "conventional-changelog-conventionalcommits" \
-p "conventional-changelog-conventionalcommits@6.1.0" \
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 @@ -11,6 +11,6 @@ npx --yes \
-p "@semantic-release/github" \
-p "@semantic-release/exec" \
-p "@semantic-release/git" \
-p "conventional-changelog-conventionalcommits" \
-p "conventional-changelog-conventionalcommits@6.1.0" \
semantic-release --ci

0 comments on commit 954b8e6

Please sign in to comment.