Skip to content

Commit

Permalink
fix(release): pin conventional-changelog-conventionalcommits to 6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud committed Aug 31, 2023
1 parent ae74045 commit d6526b8
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 "semantic-release-replace-plugin@1.2.0" \
-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 "semantic-release-replace-plugin@1.2.0" \
-p "conventional-changelog-conventionalcommits" \
-p "conventional-changelog-conventionalcommits@6.1.0" \
semantic-release --ci

0 comments on commit d6526b8

Please sign in to comment.