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

Remove incrementation flag requirement #11

Merged
merged 1 commit into from
Dec 15, 2016
Merged

Conversation

shaine
Copy link
Contributor

@shaine shaine commented Dec 6, 2016

Removes the error that requires an incrementation flag type to be set. npm supports a number of other incrementation flags (like prerelease) which could be complicated to add here.

I agree with the general usage advice, and am glad the docs provide those examples. In more complex or legacy build systems, it might be more convenient for a team to manually update the version number before generating the changelog (as opposed to using npm version). This update provides more flexibility for that use case.

@robinjoseph08
Copy link
Contributor

Hey @shaine!

Thanks for the contribution! That use-case makes sense, so we can remove the error. Could you squash your commits into one and follow the format of this repo so it'll be included in the changelog? So something like:

feat(version): remove the incrementation flag requirement

After that, this'll be good to merge!

@shaine
Copy link
Contributor Author

shaine commented Dec 6, 2016

I can't believe I didn't think to do that, given the context of this repo (and the fact that you provide contribution guidelines). I'll get that updated, thanks!

@robinjoseph08
Copy link
Contributor

Hey @shaine, just pinging on this so we can get it merged and deployed!

@shaine
Copy link
Contributor Author

shaine commented Dec 15, 2016

Sorry for the delay. Rebased to your suggestion. Thanks!

@robinjoseph08
Copy link
Contributor

LGTM!

@robinjoseph08 robinjoseph08 merged commit 07f4fd1 into lob:master Dec 15, 2016
@robinjoseph08
Copy link
Contributor

Just cut v1.1.0 with this commit in it!

@shaine
Copy link
Contributor Author

shaine commented Dec 16, 2016

Thanks for the followup, and the great lib! Our team has been finding it very helpful.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants