You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
barrett@farts ~/D/p/pisserror (main) [2]> cargo workspaces publish
info looking for changes since [email protected]
info current common version 0.3.0-rc.1
✔ Select a new version (currently 0.3.0-rc.1) · Skip (stays 0.3.0-rc.1)
Changes:
✔ Are you sure you want to create these versions? · yes
Locking 0 packages to latest compatible versions
note: pass `--verbose` to see 3 unchanged dependencies behind latest
info version committing changes
error: unable to commit to git, out = On branch main
Your branch is up to date with 'origin/main'.
nothing to commit, working tree clean, err =
barrett@farts ~/D/p/pisserror (main) [1]> cargo workspaces publish -- -verbose
error: "-verbose" isn't a valid value for '<BUMP>' [possible values: major, minor, patch, premajor, preminor, prepatch, skip, prerelease, custom]USAGE: cargo workspaces publish <BUMP>For more information try --helpbarrett@farts ~/D/p/pisserror (main) [2]> cargo workspaces publish skip -- --verboseerror: Invalid value "--verbose" for '<CUSTOM>': encountered unexpected token: HyphenFor more information try --helpbarrett@farts ~/D/p/pisserror (main) [2]> cargo workspaces publish skip --verboseerror: Found argument '--verbose' which wasn't expected, or isn't valid in this context If you tried to supply `--verbose` as a value rather than a flag, use `-- --verbose`USAGE: cargo workspaces publish <BUMP>For more information try --helpbarrett@farts ~/D/p/pisserror (main) [2]> cargo workspaces publish skipinfo looking for changes since [email protected]info current common version 0.3.0-rc.1Changes:✔ Are you sure you want to create these versions? · yes Locking 0 packages to latest compatible versionsnote: pass `--verbose` to see 3 unchanged dependencies behind latestinfo version committing changeserror: unable to commit to git, out = On branch mainYour branch is up to date with 'origin/main'.nothing to commit, working tree clean, err =
The text was updated successfully, but these errors were encountered:
Noticed something weird with my crate,
pisserror
, when trying to publish a new version withcargo workspaces
.Everything is up-to-date, and all commits are pushed to origin.
Looks like a reappearance of #60 ..?
The text was updated successfully, but these errors were encountered: