Another releaseAs prerelease and preid chat #596
Unanswered
rcompton78
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have just read a few other discussions and issues around prerelease and preid. I am having issues with an alpha/beta release and was wondering if I was doing something wrong.
I have noticed this behavior with version --releaseAs prerelease --preid alpha. Later I explain that not specifying a preid seems to work.
Looking in the try-bump.js that uses get-last-version.js I see
The line "return preid ? prerelease[0] === preid : true;" made me think that if I don't use preid, the system would work as I think it should be. I tested and sure enough.
Am I missing something or is this a possible bug?
Beta Was this translation helpful? Give feedback.
All reactions