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

Latest should not point to a release candidate #173

Closed
stam opened this issue Sep 24, 2018 · 5 comments
Closed

Latest should not point to a release candidate #173

stam opened this issue Sep 24, 2018 · 5 comments

Comments

@stam
Copy link

stam commented Sep 24, 2018

yarn info react-powerplug lists:

{ name:
   'react-powerplug',
  description:
   'Give life to your dumb components',
  'dist-tags':
   { next:
      '1.0.0-rc.0',
     latest:
      '1.0.0-rc.1' },
...etc

It is weird that next > latest. Also, latest should point to a stable release.
It should be:

'dist-tags': { latest '0.1.6', rc: '1.0.0-rc.1' }
@renatorib
Copy link
Owner

I don't know much about tags. @TrySound can you help?

@TrySound
Copy link
Collaborator

@stam You are right. My fault. @renatorib tag release is npm version patch && npm publish --next. We need to publish new versions.

@stam
Copy link
Author

stam commented Oct 1, 2018

Is there anything I can do to help with this?

@TrySound
Copy link
Collaborator

TrySound commented Oct 1, 2018

@stam We are gonna publish 1.0 soon.

@renatorib
Copy link
Owner

renatorib commented Nov 8, 2018

now latest is 1.0.0
thanks and sorry for the delay

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

No branches or pull requests

3 participants