Version occasionally reverting to initial versions #1567
Labels
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
It appears that when we are using
Manifest.fromConfig()
, our search for the latest release version can return invalid results.If step 1 fails (GraphQL), then we have an empty commit set, so step 2, 3, and 4 all fail. Thus release-please assumes we've never created releases before and propose a new release with the initial default version.
Example: googleapis/java-storage#1564 (look at the initial proposed PR).
The text was updated successfully, but these errors were encountered: