Skip to content

Commit

Permalink
ci: pin conventional-changelog version
Browse files Browse the repository at this point in the history
  • Loading branch information
vbarua committed Sep 6, 2023
1 parent 4922c82 commit b755d4b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ci/release/dry_run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ cd "$worktree" || exit 1
export GITHUB_REF="$branch"

npx --yes \
-p semantic-release \
-p semantic-release@21.0.9 \
-p "@semantic-release/commit-analyzer" \
-p "@semantic-release/release-notes-generator" \
-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
4 changes: 2 additions & 2 deletions ci/release/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
set -euo pipefail

npx --yes \
-p semantic-release \
-p semantic-release@21.0.9 \
-p "@semantic-release/commit-analyzer" \
-p "@semantic-release/release-notes-generator" \
-p "@semantic-release/changelog" \
-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 b755d4b

Please sign in to comment.