-
Notifications
You must be signed in to change notification settings - Fork 23
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
fix(main): scopeless commits will be picked up now #74
Conversation
Thanks for your first pull request! |
scope = re.findall(regex, head)[0] | ||
if scope == '': | ||
scope = 'all' | ||
if scope.lower() == 'changelog' and regex == r'^docs(?:[(](.+?)[)])?': |
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.
line too long (82 > 79 characters)
@sruehl - Your pull request does not follow our contribution guidelines. Please review the following issues and update. pull request title must use proper If you have any questions, please refer to our Contributing Guidelines or ask us here. Thanks |
Thanks for opening this pull request! |
@sruehl |
@sruehl |
@sruehl - Your pull request does not follow our contribution guidelines. Please review the following issues and update.
If you have any questions, please refer to our Contributing Guidelines or ask us here. Thanks |
Everything looks good 👍 |
btw: @BobAnkh your gitmagic-app demands the optional scope too... |
Thanks for opening this pull request! |
Github apparently closes the PR when you rename your forks main branch. https://github.com/github/renaming |
superseeded by #75 |
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue or pull request. |
Description
commits without scopes are not picked up. This PR solves this.
#11
#73
How Has This Been Tested
added a testcase for strip commits with a
feat: something
commit style. Test successful no regression.Types of changes
Checklist
Other information