Skip to content

Commit

Permalink
ci: bump semantic-release to 24.1.2 (#718)
Browse files Browse the repository at this point in the history
  • Loading branch information
vbarua authored Oct 2, 2024
1 parent a6ef7c0 commit 0346a83
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 @@ -24,7 +24,7 @@ cd "$worktree" || exit 1
export GITHUB_REF="$branch"

npx --yes \
-p "semantic-release@24.0.0" \
-p "semantic-release@24.1.2" \
-p "@semantic-release/commit-analyzer" \
-p "@semantic-release/release-notes-generator" \
-p "@semantic-release/changelog" \
Expand Down
2 changes: 1 addition & 1 deletion ci/release/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
set -euo pipefail

npx --yes \
-p "semantic-release@24.0.0" \
-p "semantic-release@24.1.2" \
-p "@semantic-release/commit-analyzer" \
-p "@semantic-release/release-notes-generator" \
-p "@semantic-release/changelog" \
Expand Down

0 comments on commit 0346a83

Please sign in to comment.