Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

As a developer, I want to Roundup new repositories too #56

Closed
nutjob4life opened this issue Sep 7, 2021 · 3 comments
Closed

As a developer, I want to Roundup new repositories too #56

nutjob4life opened this issue Sep 7, 2021 · 3 comments

Comments

@nutjob4life
Copy link
Member

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:

  1. 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.
  2. Later, the Roundup's artifact publication step tries to publish any distribution made from the build step. But there's none.

Two alternatives:

  1. Assume that in a new repository the starting version number shall be v0.0.0.
  2. 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
@jordanpadams
Copy link
Member

I vote for option 1, v0.0.0

@jordanpadams jordanpadams added this to the 13.Abebe.Bikila milestone Sep 7, 2021
@jordanpadams 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
@jordanpadams
Copy link
Member

tabling this as a low priority since there is a pretty easy workaround we can do

@nutjob4life nutjob4life mentioned this issue Sep 9, 2021
@nutjob4life
Copy link
Member Author

Woops, I just saw the low priority marker on this. Sorry!

Well got a solution anyway 😅

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants