MarcoIeni / release-plz

Publish Rust crates from CI with a Release PR.

Home Page:https://release-plz.ieni.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

release-pr doesn't update dependencies

dousto opened this issue · comments

Bug description

I noticed a difference in output between update and release-pr commands. update was correctly updating dependencies that had version bumps, however release-pr was not.

I created #1217 which is a quick path to resolution. However, if you want to use a different approach more suitable to recent refactoring I will not be offended 😄 .

  • Would you like to work on a fix? see PR

To Reproduce

Steps to reproduce the behavior:

  1. Use a workspace that has at least two crates (A, B), where A depends on B.
  2. Commit something to B.
  3. Run release-plz update and compare the changes to release-plz release-pr.

Expected behavior

I expected the changes produced from release-plz update and release-plz release-pr to be identical.

Screenshots

Environment

  • OS: _
  • release-plz version: 0.3.39

Additional context

closed by #1217