-
Notifications
You must be signed in to change notification settings - Fork 6
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
Suggest new version #8
Comments
Glad you like it! I don't understand what 'next version' should be suggested? |
Currently, I can call the tool with
|
Hm, not sure I find that terribly useful. I mean, it's basically |
That's true, but this way one could include it in the CI pipeline and have it enforced (or at least checked) automatically.
… Am 23.12.2016 um 12:13 schrieb Tim C. Schröder ***@***.***>:
Hm, not sure I find that terribly useful. I mean, it's basically if breakingChange then bumpMajor else bumpMinor? That just seems like it would require zero mental effort to do yourself and copy & pasting the version number from the output (and / or typing --pvp-version) might actually be more work than to just +1 an integer in the .cabal file 'manually'.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Would it perhaps be even better then to have the process exit code indicate no changes / no breaking changes / breaking changes? Easiest to integrate into a script (no parsing). |
Yes, that sounds great! Then everything else can be implemented around it via script. |
Nice tool! :-) It would be really nice if the tool could also suggest the next version, maybe even with a flag for selecting either PVP or SemVer?
The text was updated successfully, but these errors were encountered: