Best practice for using next tag on prereleases, and latest on proper releases?
#223
Unanswered
chase-moskal
asked this question in
Q&A
Replies: 1 comment
-
|
Perhaps a |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey, I use npm-publish everyday! Thanks!
I'm wondering if there's a best practice here, to auto-detect if the current version is a prerelease (
version.includes("-")i think?), and then use thenexttag in that case?Or maybe this could be added as some kind of option, like
autoTag: trueor some such way?Beta Was this translation helpful? Give feedback.
All reactions