-
Notifications
You must be signed in to change notification settings - Fork 11
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
Versions don't appear to increment at all #28
Comments
By default version increments only happen when following conditions are met:
Try using a release branch or master - you find everything you need to know in the docs (This behavior can also be customized) edit: Here's the link to the mentioned documentation section |
In addition to what @error418 said. When I try to reproduce your issue, I get:
The I'd like to close this issue. Is this OK with you? If you still have issues, feel free to ask. |
I'll send a documentation update PR when I get it working - in particular, I found this part misleading:
I also couldn't get the versions to increment on a branch named I think the documentation could be improved to make the expectations clearer, but I'm not able to do this while I'm still not sure how it is supposed to work. The section linked by @error418 mentions Travis - does that mean this plugin only works with Travis? @tschulte I think this issue highlights some important documentation improvements - perhaps it should be renamed instead of closed? Other questions that are not clear from the readme:
|
No matter what I do, I can't seem to get the versions to increment. Perhaps I am using the plugin wrong?
Here's a simple way to replicate it:
(at this point, the inferred version should be something like
1.3.2-semver-SNAPSHOT
)observe that the version is still
1.3.2-semver-SNAPSHOT
, but I think it should be1.3.3
.The text was updated successfully, but these errors were encountered: