-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
added semver official regex pattern #4644
Conversation
Thanks for your pull request, and welcome to our community! We require contributors to sign our Contributor License Agreement and we don't seem to have your signature on file. Check out this article for more information on why we have a CLA. In order for us to review and merge your code, please submit the Individual Contributor License Agreement form attached above above. If you have questions about the CLA, or if you believe you've received this message in error, don't hesitate to ping @drewbanin. CLA has not been signed by users: @alswang18 |
I tested some cases on regex101.com. I think the regex should not start with "/" as this is no valid pattern in python. Unfortunately there seems to be no opportunity to extend some test cases :/ |
Thanks for your pull request, and welcome to our community! We require contributors to sign our Contributor License Agreement and we don't seem to have your signature on file. Check out this article for more information on why we have a CLA. In order for us to review and merge your code, please submit the Individual Contributor License Agreement form attached above above. If you have questions about the CLA, or if you believe you've received this message in error, don't hesitate to ping @drewbanin. CLA has not been signed by users: @alswang18 |
Great. That should do the trick :) |
Thanks for your pull request, and welcome to our community! We require contributors to sign our Contributor License Agreement and we don't seem to have your signature on file. Check out this article for more information on why we have a CLA. In order for us to review and merge your code, please submit the Individual Contributor License Agreement form attached above above. If you have questions about the CLA, or if you believe you've received this message in error, don't hesitate to ping @drewbanin. CLA has not been signed by users: @alswang18 |
@b0lle Should be better now |
Also, I signed the CLA over the weekend, wondering why the bot wont recognize me. |
Thanks for your pull request, and welcome to our community! We require contributors to sign our Contributor License Agreement and we don't seem to have your signature on file. Check out this article for more information on why we have a CLA. In order for us to review and merge your code, please submit the Individual Contributor License Agreement form attached above above. If you have questions about the CLA, or if you believe you've received this message in error, don't hesitate to ping @drewbanin. CLA has not been signed by users: @alswang18 |
Thanks for your pull request, and welcome to our community! We require contributors to sign our Contributor License Agreement and we don't seem to have your signature on file. Check out this article for more information on why we have a CLA. In order for us to review and merge your code, please submit the Individual Contributor License Agreement form attached above above. If you have questions about the CLA, or if you believe you've received this message in error, don't hesitate to ping @drewbanin. CLA has not been signed by users: @alswang18 |
@cla-bot check |
Thanks for your pull request, and welcome to our community! We require contributors to sign our Contributor License Agreement and we don't seem to have your signature on file. Check out this article for more information on why we have a CLA. In order for us to review and merge your code, please submit the Individual Contributor License Agreement form attached above above. If you have questions about the CLA, or if you believe you've received this message in error, don't hesitate to ping @drewbanin. CLA has not been signed by users: @alswang18 |
The cla-bot has been summoned, and re-checked this pull request! |
@alswang18 it looks like your formatting was a bit off when you signed the CLA. It should be just your username alswang18, no @ or github url. If you sign with that format you should be good to go! |
Just tried it again |
@cla-bot check |
The cla-bot has been summoned, and re-checked this pull request! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good.
@gshank Can we merge this in? |
@alswang18 could you do one last thing and add an entry in the Changelog file for this change. It would be under section |
Got it, just added @leahwicz |
Co-authored-by: leahwicz <[email protected]>
Thanks @alswang18 for the contribution!!! |
Some GitHub Checks funkiness so closing and reopening to kick them off |
@leahwicz sure, when do we merge? |
* added semver official regex pattern * removed extra character * added comma * added contribution * fixed contribution * Update CHANGELOG.md Co-authored-by: leahwicz <[email protected]> Co-authored-by: leahwicz <[email protected]> automatic commit by git-black, original commits: b9867e8
resolves #4453
Description
Added support for full semver without breaking support for 2 group versioning
Checklist
CHANGELOG.md
and added information about my change