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
The Roundup workflows recently got added to the archive-analytics repository. This repository has never had a release before. When the Roundup got to it, though, it failed with this log.
The issue seems to be:
The Roundup build step finds there's no prior releases, so Versioneer can't make a vX.Y.Z style release tag. So no distribution gets made.
Later, the Roundup's artifact publication step tries to publish any distribution made from the build step. But there's none.
Two alternatives:
Assume that in a new repository the starting version number shall be v0.0.0.
Don't make assumptions; new repositories will skip artifact publication until a human being sets an initial version with a release/X.Y.Z branch
The text was updated successfully, but these errors were encountered:
jordanpadams
changed the title
As a cowboy robot, I want to Roundup new repositories too
As a developer, I want to Roundup new repositories too
Sep 9, 2021
The Roundup workflows recently got added to the
archive-analytics
repository. This repository has never had a release before. When the Roundup got to it, though, it failed with this log.The issue seems to be:
vX.Y.Z
style release tag. So no distribution gets made.Two alternatives:
v0.0.0
.release/X.Y.Z
branchThe text was updated successfully, but these errors were encountered: