Skip to content

Commit

Permalink
Merge pull request #198 from mobusoperandi/exact-dep
Browse files Browse the repository at this point in the history
fix: pin macro dep
  • Loading branch information
mightyiam authored Jun 3, 2022
2 parents 9c9e84f + 35d6fce commit ce88e11
Show file tree
Hide file tree
Showing 4 changed files with 308 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .releaserc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ plugins:
- "@semantic-release/github"
- - "@semantic-release/exec"
- verifyConditionsCmd: cargo bin semantic-release-rust verify-conditions
prepareCmd: cargo bin semantic-release-rust prepare ${nextRelease.version} && cargo update --package michie --package michie-macro
prepareCmd: cargo bin cargo-set-version --workspace ${nextRelease.version} && cargo update --package michie --package michie-macro
publishCmd: cargo publish --package michie-macro && cargo publish --package michie
- - "@semantic-release/git"
- assets:
Expand Down
Loading

0 comments on commit ce88e11

Please sign in to comment.