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

No latest tag until a latest tag is published #140

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jedi4ever
Copy link

With the current setup, when you are first pushing releases with a --tag=rc for example, sinopia insists that there is a latest tag.
I believe checking for the igore_latest_tag is enough to get the old sinopia behavior back. No need to add the latest dist-tag if non latest version was added.

With the current setup, when you are first pushing releases with a --tag=rc for example, sinopia insists that there is a latest tag.
I believe checking for the igore_latest_tag is enough to get the old sinopia behavior back. No need to add the latest dist-tag if non latest version was added.
@rlidwka
Copy link
Owner

rlidwka commented Oct 10, 2014

There is always a latest tag. Otherwise npm won't work (npm view foo outputs nothing, etc.). See #63 for details.

So it's kinda intended. What issues does it cause?

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

Successfully merging this pull request may close these issues.

2 participants