Skip to content

Commit

Permalink
chore(release): pin conventional changelog to get releases working
Browse files Browse the repository at this point in the history
  • Loading branch information
gforsyth committed Aug 30, 2023
1 parent fe19d3c commit 57a2999
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 @@ -42,7 +42,7 @@ nix develop '.#release' -c npx --yes \
-p "@semantic-release/exec" \
-p "@semantic-release/git" \
-p "@google/[email protected]" \
-p "conventional-changelog-conventionalcommits" \
-p "conventional-changelog-conventionalcommits@6.1.0" \
semantic-release \
--ci \
--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,5 +11,5 @@ nix develop '.#release' -c npx --yes \
-p "@semantic-release/exec" \
-p "@semantic-release/git" \
-p "@google/[email protected]" \
-p "conventional-changelog-conventionalcommits" \
-p "conventional-changelog-conventionalcommits@6.1.0" \
semantic-release --ci

0 comments on commit 57a2999

Please sign in to comment.