Skip to content

Commit

Permalink
chore(ci): pin semantic release (#657)
Browse files Browse the repository at this point in the history
  • Loading branch information
gforsyth authored Jun 26, 2024
1 parent fe7eba4 commit cc949a5
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 @@ -24,13 +24,13 @@ cd "$worktree" || exit 1
export GITHUB_REF="$branch"

npx --yes \
-p semantic-release \
-p "semantic-release@24.0.0" \
-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@7.0.2" \
-p "conventional-changelog-conventionalcommits@8.0.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 @@ -5,12 +5,12 @@
set -euo pipefail

npx --yes \
-p semantic-release \
-p "semantic-release@24.0.0" \
-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@7.0.2" \
-p "conventional-changelog-conventionalcommits@8.0.0" \
semantic-release --ci

0 comments on commit cc949a5

Please sign in to comment.