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

Increase version or a prerelease #204

Open
javierpavon2000 opened this issue Sep 12, 2017 · 1 comment
Open

Increase version or a prerelease #204

javierpavon2000 opened this issue Sep 12, 2017 · 1 comment

Comments

@javierpavon2000
Copy link

I have configured the releaseName as 'rc', like
prereleaseName: 'rc'

if my current version is 0.3.24 and I perform
grunt bump:prepatch
the new version is 0.3.25-rc.0, that's ok

The problem comes when I want to bump to the next rc, rc.1.
If i perform
grun bump:prepatch
over 0.3.25-rc.0, I expect to have 0.3.25-rc.1, but I have 0.3.26-rc.0

It's a bug or I have to config something?
Thanks

PD: I'm using last version 0.8.0

@mojoaxel
Copy link
Collaborator

Looks like a bug to me, too.

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

3 participants