auto icon indicating copy to clipboard operation
auto copied to clipboard

`auto shipit --dry-run` gives different results than `auto shipit` without `--dry-run`

Open jwodder opened this issue 3 years ago • 0 comments

We have a GitHub workflow that runs auto shipit --dry-run --quiet and captures the output in order to determine if auto is about to make a release; if it is, we run various custom steps before actually releasing with auto shipit -vv. However, our most recent attempt at a release failed because, although the --dry-run command output a new version, the final auto shipit command determined that no release was due. The relevant workflow logs can be downloaded here.

jwodder avatar Sep 09 '22 15:09 jwodder